Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    URGENT - field hints

    Is there a way for me to only show the hints in the field when the user first focuses on the field? Currently the hint shows on load and then disappears when I click into the text field. I want to show the hint when the user clicks in, and then disappear when the user starts typing. It's a little messy having all the hints show all the time.

    #2
    There are no options to make that happen.

    Comment


      #3
      You mean no workaround AT ALL?

      Comment


        #4
        You can use the focus event and set a value, and style it differently by switching the textBoxStyle dynamically, then detect the first keystroke and wipe out the temporary value.

        This is not a workaround (there's no flaw) it's just an approach for implementing a feature that you want.

        Comment


          #5
          Sorry if my comment wasn't clear. I meant this is no "option" (i.e. setting) available not that it could not be done.

          Comment


            #6
            Thanks for the response.

            I managed to get your suggestion working - setting value on focus and removing on blur and works fine, but we've decided to keep the SC behaviour until any requests come in.

            Comment

            Working...
            X