2
0

fix(bot): 🚸 Attempt to remove Chrome auto complete

This commit is contained in:
Baptiste Arnaud
2022-06-09 09:47:55 +02:00
parent 0a45a31007
commit 8751766d0e

View File

@ -60,8 +60,9 @@ export const TextInput = ({ step, value, onChange }: TextInputProps) => {
placeholder={
step.options?.labels?.placeholder ?? 'Type your answer...'
}
name="typebot-short-text"
onChange={handleInputChange}
autoComplete="off"
autoComplete="new-typebot-answer-value"
/>
)
}