mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
explicitly add aria label (#16963)
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
(close)="onClose()"
|
(close)="onClose()"
|
||||||
appendTo="body"
|
appendTo="body"
|
||||||
[keyDownFn]="onKeyDown"
|
[keyDownFn]="onKeyDown"
|
||||||
|
[attr.aria-label]="selectedOption()?.label ?? placeholder()"
|
||||||
>
|
>
|
||||||
<ng-template ng-option-tmp let-item="item">
|
<ng-template ng-option-tmp let-item="item">
|
||||||
<div class="tw-flex" [title]="item.label">
|
<div class="tw-flex" [title]="item.label">
|
||||||
|
|||||||
Reference in New Issue
Block a user