Skip to content

Commit

Permalink
fix: password input eye should be focusable by keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryD committed Dec 9, 2024
1 parent 5db98be commit 78621fe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ 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 78621fe

Please sign in to comment.