diff --git a/packages/bot-engine/src/components/ChatBlock/ChatStep/inputs/TextForm/TextInputContent.tsx b/packages/bot-engine/src/components/ChatBlock/ChatStep/inputs/TextForm/TextInputContent.tsx index e72c02290a..b00ca2763f 100644 --- a/packages/bot-engine/src/components/ChatBlock/ChatStep/inputs/TextForm/TextInputContent.tsx +++ b/packages/bot-engine/src/components/ChatBlock/ChatStep/inputs/TextForm/TextInputContent.tsx @@ -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" /> ) }