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:
parent
9e0cc45704
commit
4379274154
|
@ -197,6 +197,8 @@
|
||||||
[(ngModel)]="passwordOptions.length"
|
[(ngModel)]="passwordOptions.length"
|
||||||
(change)="sliderChanged()"
|
(change)="sliderChanged()"
|
||||||
(input)="sliderInput()"
|
(input)="sliderInput()"
|
||||||
|
attr.aria-label="{{ 'length' | i18n }}"
|
||||||
|
tabindex="-1"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-content-row box-content-row-checkbox" appBoxRow>
|
<div class="box-content-row box-content-row-checkbox" appBoxRow>
|
||||||
|
|
Loading…
Reference in New Issue