final-form / react-final-form

🏁 High performance subscription-based form state management for React
https://final-form.org/react
MIT License
7.39k stars 481 forks source link

iOS Chrome autocomplete does not work #330

Open crobinson42 opened 6 years ago

crobinson42 commented 6 years ago

Are you submitting a bug report or a feature request?

Bug Report

What is the current behavior?

Using iOS 11.4 and the latest Chrome browser for iOS, when landing on a page that has a simple login for using react-final-form for an email and a password field, the iOS keyboard suggests an autocomplete email/password for the form - when tapping that suggestion, the form loses focus and the form has not changed.

Here is a snippet of my login component: https://gist.github.com/crobinson42/2a4132c61825af8f3bf4faa3fe9f0b57

What is the expected behavior?

For autocomplete suggestion to populate my email and password fields and blur.

kalabro commented 1 year ago

@crobinson42 two years later, have you found any solution? 😄