You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting a placeholder as a string, everything work as expected but when setting a placeholder using a scoped variable, the placeholder is evaluated for the select DOM element but not for the input DOM element. Please see the demo on the single select scenario here http://plnkr.co/edit/QZTxGG?p=preview
+1
I have an object tracking the state of the combo box (loading, loaded, empty, disabled...) and exposing a message for each state. It would be nice it I could just bind to the message field of this object.
Meanwhile, I just get the instance of Selectize and update the placeholder manually.
The way to do it isn't really documented (kind of using internal API), so I give it here for the record:
When setting a placeholder as a string, everything work as expected but when setting a placeholder using a scoped variable, the placeholder is evaluated for the select DOM element but not for the input DOM element. Please see the demo on the single select scenario here http://plnkr.co/edit/QZTxGG?p=preview
Output here http://d.pr/i/aoc8
The text was updated successfully, but these errors were encountered: