mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
explicitly add aria label (#16963)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user