mirror of https://github.com/langgenius/dify.git
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