fix(bot): 🐛 Avoid autocomplete on text input
This commit is contained in:
@@ -60,7 +60,6 @@ export const TextInput = ({ block, value, onChange }: TextInputProps) => {
|
|||||||
placeholder={
|
placeholder={
|
||||||
block.options?.labels?.placeholder ?? 'Type your answer...'
|
block.options?.labels?.placeholder ?? 'Type your answer...'
|
||||||
}
|
}
|
||||||
name="typebot-short-text"
|
|
||||||
onChange={handleInputChange}
|
onChange={handleInputChange}
|
||||||
autoComplete="new-typebot-answer-value"
|
autoComplete="new-typebot-answer-value"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user