explicitly add aria label (#16963)

This commit is contained in:
Bryan Cunningham 2025-10-21 12:46:08 -04:00 committed by GitHub
parent 1794803deb
commit d3fc20f8b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@
(close)="onClose()"
appendTo="body"
[keyDownFn]="onKeyDown"
[attr.aria-label]="selectedOption()?.label ?? placeholder()"
>
<ng-template ng-option-tmp let-item="item">
<div class="tw-flex" [title]="item.label">