feat: make secretInput type field prevent browser auto-fill (#24971)
This commit is contained in:
parent
2ac8f8003f
commit
c373b734bc
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ const BaseField = ({
|
|||
onBlur={field.handleBlur}
|
||||
disabled={disabled}
|
||||
placeholder={memorizedPlaceholder}
|
||||
autoComplete={'new-password'}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue