Skip to content

Commit df7197d

Browse files
committed
Revert "PasswordInput: add autoComplete='new-password'"
This reverts commit 4669a03.
1 parent b0d7541 commit df7197d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/form/input/PasswordInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ const PasswordInput: FC<PasswordInputProps> = (props) => {
4848
placeholder={placeholder}
4949
dir={props.dir}
5050
type='password'
51-
autoComplete='new-password'
5251
className={'form-control ' + (formContext.errors[name] ? 'is-invalid' : '')}
5352
/>
5453
<ErrorMessage inputName={name} />

0 commit comments

Comments
 (0)