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.
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.