Closed
Description
This issue tracks rework of the MatSelect component to resolve multiple accessibility issues. Based on this prototype (just the a11y behavior and API, not the visuals)
Summary:
- New template-based syntax for options driven by data instead of ngFor (the existing syntax will remain for backwards compatibility for at least two major versions)
- Option text will always be in the DOM, but not the option templates
- Interaction changes from
listbox
tocombobox
This should capture issues reported in #5220, #10292, #6382, #3587, #1670