This repository was archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
clear ng-model on md-select does not work when multiple #2921
Milestone
Comments
+1 |
1 similar comment
+1 |
Any workaround while waiting for this to be fixed ? This bug is really annoying, we use md-select to build a generic selector abstraction in our application and we are unable to reset them >< |
i use ng-if to recreate the md-select when i click on the reset button as a temporary workaround
|
@sckoh Good workaround ! I prefer to use a timeout 0 to avoid the blink effect. |
@sckoh Thank you! Exactly the problem I was facing. Great solution. |
When the fix will be available for this issue ? |
rschmukler
added a commit
that referenced
this issue
Aug 14, 2015
kennethcachia
pushed a commit
to kennethcachia/material
that referenced
this issue
Sep 23, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
mdSelect does not refresh view value when multiple is true and value is set to undefined.
Here is an example pen forked from validation demo of mdSelect directive
http://codepen.io/myagoo/pen/jPMOwZ
The text was updated successfully, but these errors were encountered: