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 Sep 5, 2024. It is now read-only.
Technically this could be fixed by updating the docs to indicate that multiple is a flag. However, so far as I know, there is no spiffy flag-attribute shortcut for Angular like there is in Polymer, so leaving it as a flag would be a pain.
@ggranum this is consistent with how a native select behaves, so I would be in favor of documenting it as a flag as opposed to making it just be a boolean. Example
My interpretation of the main paragraph of that first link is that, if there were a short, HTML valid way to deal with flag options in Angular 1.4, it would have been used in place of creating the ngDisabled directive.
If you can demonstrate how to create a mdSelect that can toggle between multiple and single select with boolean parameter, great!
Technically this could be fixed by updating the docs to indicate that multiple is a flag. However, so far as I know, there is no spiffy flag-attribute shortcut for Angular like there is in Polymer, so leaving it as a flag would be a pain.
I added a note to the relevant commit line. Well, probably the relevant line:
786cb3b#commitcomment-10108925
The text was updated successfully, but these errors were encountered: