fix(bot): 🚸 Attempt to remove Chrome auto complete
This commit is contained in:
@@ -60,8 +60,9 @@ export const TextInput = ({ step, value, onChange }: TextInputProps) => {
|
|||||||
placeholder={
|
placeholder={
|
||||||
step.options?.labels?.placeholder ?? 'Type your answer...'
|
step.options?.labels?.placeholder ?? 'Type your answer...'
|
||||||
}
|
}
|
||||||
|
name="typebot-short-text"
|
||||||
onChange={handleInputChange}
|
onChange={handleInputChange}
|
||||||
autoComplete="off"
|
autoComplete="new-typebot-answer-value"
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user