Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 6.8k
Support native <select> in mat-form-field #11971
Copy link
Copy link
Closed
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
Description
Metadata
Metadata
Assignees
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
Should work similarly to using
mat-form-fieldwith an<input>. Styling is obviously best-effort, since we don't have full control over how the OS renders options.