Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
750
nullText not appearing when using the clear button
posted

Hi,

Im using an igCombo control with the nullText and enableClearButton options.
When the clear button is used while the igCombo does not have focus, the selection is cleared, but the null text does not appear.

Example: http://jsfiddle.net/05qckbqj/


My current workaround is to explicitly set the selectedIndex to -1 in the selectionChanged event if no items are selected.
http://jsfiddle.net/axxc6zLz/

Is there a better way to do this?

Parents Reply Children
No Data