Skip to content

Commit

Permalink
Add aria-label to password generator length slider, make it non-key…
Browse files Browse the repository at this point in the history
…board-focusable (#1459)

Closes bitwarden/desktop#1458

Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
  • Loading branch information
patrickhlauke and eliykat committed Mar 31, 2022
1 parent 9e0cc45 commit 4379274
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/vault/password-generator.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4379274

Please sign in to comment.