react-autofill
react-autofill copied to clipboard
only autofills the first field in a form
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?
Looks like the project is dead?