2
0

fix(bot): 🐛 Avoid autocomplete on text input

This commit is contained in:
Baptiste Arnaud
2022-06-27 07:39:40 +02:00
parent 56dca868c9
commit 7b71ac9498

View File

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