Skip to content

Commit

Permalink
fix: add tabindex=-1 on button show/hide password
Browse files Browse the repository at this point in the history
  • Loading branch information
remadex committed Dec 5, 2024
1 parent cdf5051 commit 897bdc9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export default class TpkValidationPasswordPrefabComponent extends Component<TpkV
title={{if this.showPassword 'show' 'hide'}}
{{on 'click' this.togglePassword}}
data-test-tpk-password-toggle-button
tabindex='-1'
>
<img
src={{if
Expand Down

0 comments on commit 897bdc9

Please sign in to comment.