This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Deprecate md-select-label #2684
Closed
Description
We used to allow people to customize what a select would show as the value when it was selected. This is bad UX as it can lead to a user thinking that was is selected is not what they clicked on.
We should follow the HTML native select's behavior of using the option.textContent
as the display value for the label. placeholder
can be used for when no value is selected (as it currently, hopefully is).
Metadata
Metadata
Assignees
Labels
No labels