mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 20:48:01 +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}
|
onBlur={field.handleBlur}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
placeholder={memorizedPlaceholder}
|
placeholder={memorizedPlaceholder}
|
||||||
|
autoComplete={'new-password'}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user