Add aria-label to password generator length slider, make it non-keyboard-focusable (#2478)
This commit is contained in:
parent
bf081e0322
commit
c6c22638d4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue