Skip to content

Commit

Permalink
fix(bot): 🚸 Attempt to remove Chrome auto complete
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jun 9, 2022
1 parent 0a45a31 commit 8751766
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
)
}
Expand Down

4 comments on commit 8751766

@vercel
Copy link

@vercel vercel bot commented on 8751766 Jun 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 8751766 Jun 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

builder-v2-git-main-typebot-io.vercel.app
app.typebot.io
builder-v2-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 8751766 Jun 9, 2022

@vercel
Copy link

@vercel vercel bot commented on 8751766 Jun 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.