We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b49eaa commit ff62a77Copy full SHA for ff62a77
src/components/controls/PasswordInput/PasswordInput.tsx
@@ -88,7 +88,7 @@ export const PasswordInput = (props: PasswordInputProps) => {
88
disabled={props.disabled}
89
onClick={() => setRevealValue(!revealValue)}
90
size={actionButtonSize}
91
- onMouseDown={(event: React.SyntheticEvent) => event.preventDefault()}
+ onMouseDown={(event) => event.preventDefault()}
92
aria-label={
93
revealValue ? t('label_hide-password') : t('label_show-password')
94
}
0 commit comments