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 Sep 5, 2024. It is now read-only.
md-select show selected state even null value is selected (md-input-has-value class is not removed from md-input-container)
demo: http://codepen.io/anon/pen/vLRjZo
workaround: if first md-options has invalid ng-value (ex: xxxnull) then work as expected (but only if the second md-options use value instead of ng-value which is not documented but used in demos)
so there are more problems:
null value selection not work as expected
value attribute is not documented but used in demos