mirror of
https://github.com/langgenius/dify.git
synced 2026-03-31 19:11:10 +08:00
feat: make secretInput type field prevent browser auto-fill (#24971)
This commit is contained in:
parent
2ac8f8003f
commit
c373b734bc
@ -143,6 +143,7 @@ const BaseField = ({
|
||||
onBlur={field.handleBlur}
|
||||
disabled={disabled}
|
||||
placeholder={memorizedPlaceholder}
|
||||
autoComplete={'new-password'}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user