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
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
Comment