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

View File

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