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 b0d7541 commit df7197dCopy full SHA for df7197d
src/form/input/PasswordInput.tsx
@@ -48,7 +48,6 @@ const PasswordInput: FC<PasswordInputProps> = (props) => {
48
placeholder={placeholder}
49
dir={props.dir}
50
type='password'
51
- autoComplete='new-password'
52
className={'form-control ' + (formContext.errors[name] ? 'is-invalid' : '')}
53
/>
54
<ErrorMessage inputName={name} />
0 commit comments