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
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
fix(Selectize): hide input box when selected data is 0
Previous check was only for a falsy value rather than null or undefined
causing input box not to be hidden even though an item had been selected.
(As that item's value evaluated to fals-y)
Update check to ensure falsy-values actually register as being selected.
Closes#1304
0 commit comments