react-component / form

React High Order Form Component(web & react-native)
http://react-component.github.io/form/
MIT License
1.81k stars 296 forks source link

Autofill Username/Password does not fires onValuesChanged twice?! #358

Closed jschenkDD closed 4 years ago

jschenkDD commented 4 years ago

Is there a possibility to get event onValuesChanged twice when using iOS Autocompletion?

I wan´t to do some stuff when User/Email changed. But when i use autocompletion i just get onValuesChanged for password... changedValues should contain both...