fix(bot): 🐛 Avoid autocomplete on text input
This commit is contained in:
@ -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"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user