Skip to content

Commit 368992e

Browse files
committed
fix(material/select): render panel next to trigger
Renders the select panel next to the trigger in order to keep it within the tab order and resolve some long-standing accessibility issues.
1 parent eb6ace5 commit 368992e

File tree

3 files changed

+145
-116
lines changed

3 files changed

+145
-116
lines changed

src/material/select/select.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
[cdkConnectedOverlayPositions]="_positions"
4141
[cdkConnectedOverlayWidth]="_overlayWidth"
4242
[cdkConnectedOverlayFlexibleDimensions]="true"
43+
cdkConnectedOverlayUsePopover="inline"
4344
(detach)="close()"
4445
(backdropClick)="close()"
4546
(overlayKeydown)="_handleOverlayKeydown($event)">

0 commit comments

Comments
 (0)