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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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>