Announcement

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

    How can I disable the css applied for Hint?

    Hi,

    I have set a css style 'searchbox' for a textbox and set the hint for it as follows:

    pickerControls.setHint("Enter Title");
    pickerControls.setShowHintInField(true);

    But as I do pickerControls.setShowHintInField(true); , the style searchbox is overwritten with searchboxHint and the css styling goes away. How can I disable the application of the Hint css?

    Thanks

    #2
    There is no way to disable the alternate style. You need to create the searchboxHint style identical to the searchbox style.

    Comment

    Working...
    X