Chrome autofill behavior #5757
Unanswered
morozovamv
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I have a question about how the select behaves when I use a value from the Chrome autofill form.
Imagine I have a form (email/name/country)
When I click on the email input, chrome suggests to fill the form
I select an option from the chrome menu, it adds all the data. And at that moment the country select is open, which I expected to be closed.
Is there an option not to open the select if it was controlled by chrome?
You can find an example here: https://react-ts-ib9kjq.stackblitz.io/
And the code is here: https://stackblitz.com/edit/react-ts-ib9kjq?file=index.tsx
Beta Was this translation helpful? Give feedback.
All reactions