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

This commit is contained in:
Patrick H. Lauke 2022-03-31 04:16:34 +01:00 committed by GitHub
parent bf081e0322
commit c6c22638d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -178,6 +178,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>