react-autofill icon indicating copy to clipboard operation
react-autofill copied to clipboard

only autofills the first field in a form

Open tconroy opened this issue 7 years ago • 1 comments

I have a form that has two fields (login, and password), with both values saved to autofill on mobile chrome @ ios11.

  • without this decorator, both fields will be auto-filled via the browser, however react is not aware of the change.

  • with this decorator, the first field (username) is auto-filled and react is aware of the change, however the second field (password) is not filled.

Any ideas what might be behind this?

tconroy avatar Dec 18 '17 20:12 tconroy

Looks like the project is dead?

georgiosd avatar May 07 '18 08:05 georgiosd