1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

Add aria-label to password generator length slider, make it non-keyboard-focusable (#1459)

Closes https://github.com/bitwarden/desktop/issues/1458

Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
This commit is contained in:
Patrick H. Lauke
2022-03-31 04:14:16 +01:00
committed by GitHub
parent 9e0cc45704
commit 4379274154

View File

@@ -197,6 +197,8 @@
[(ngModel)]="passwordOptions.length"
(change)="sliderChanged()"
(input)="sliderInput()"
attr.aria-label="{{ 'length' | i18n }}"
tabindex="-1"
/>
</div>
<div class="box-content-row box-content-row-checkbox" appBoxRow>