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 has been archived by the owner on Apr 12, 2024. It is now read-only.
This thing occurs if you have no blank tag inside your select but the value of the bound variable is undefined or not belongs to the given set.
In fact, it adds <option value=''?'> which is called 'unknown' in the code. When you make a selection, it attempts to remove the 'unknown' option from thus causing this value shift. I observed this behavior earlier but thought it was caused by the fact that i had too many selects on my page...
I'll try to fix it in my null-option related branch...
see: http://jsfiddle.net/IgorMinar/CHVbb/176/
The text was updated successfully, but these errors were encountered: