mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Add aria-label to password generator length slider, make it non-keyboard-focusable (#2478)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user