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.
feat(select): add the ability to pre-select the only option in the list (#9940)
* feat(select): add the ability to pre-select the only option in the list
* Adds the `md-select-only-option` attribute, that will cause `<md-select>` to pre-select the first option, if it only has one option in it's list.
* Fixes an ugly way of adding extra classes to the select container.
* Removes a few variables and arguments that weren't being used.
Fixes#9626.
Co-authored-by: Michael Prentice <[email protected]>
0 commit comments