Skip to content

Commit

Permalink
Update components/lib/password/Password.js
Browse files Browse the repository at this point in the history
Co-authored-by: Melloware <[email protected]>
  • Loading branch information
akshayaqburst and melloware authored Feb 28, 2024
1 parent f409dd6 commit 3527636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/password/Password.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export const Password = React.memo(
tabIndex: props.tabIndex || '0',
className: cx('showIcon'),
onClick: toggleMask,
onKeyDown: onEyeIconKeyPress
onKeyDown: onToggleMaskKeyDown
},
ptm('showIcon')
);
Expand Down

0 comments on commit 3527636

Please sign in to comment.