Trigger form onChange on input click
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 bubble up to the form. Unfortunately, I can’t make it work.