react-final-form icon indicating copy to clipboard operation
react-final-form copied to clipboard

iOS Chrome autocomplete does not work

Open crobinson42 opened this issue 6 years ago • 1 comments

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.

crobinson42 avatar Sep 08 '18 04:09 crobinson42

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

kalabro avatar Feb 07 '23 15:02 kalabro