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
commit c373b734bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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