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 29, 2024
1 parent 7cdf7a5 commit 7ddbe02
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 @@ -299,7 +299,7 @@ export const Password = React.memo(
const showIconProps = mergeProps(
{
key: 'showIcon',
role: 'button',
role: 'switch',
tabIndex: props.tabIndex || '0',
className: cx('showIcon'),
onClick: toggleMask,
Expand Down

0 comments on commit 7ddbe02

Please sign in to comment.