React native – Trigger form onChange on input click in React
I'm creating my custom React component with some extra features. I would like to keep it as close to the default browser behavior as possible. Whenever I change something in the form's input I would like the change event to…