feat: make secretInput type field prevent browser auto-fill (#24971)

This commit is contained in:
17hz 2025-09-02 16:04:12 +08:00 committed by GitHub
parent 2ac8f8003f
commit c373b734bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ const BaseField = ({
onBlur={field.handleBlur}
disabled={disabled}
placeholder={memorizedPlaceholder}
autoComplete={'new-password'}
/>
)
}