mobx-react-form
mobx-react-form copied to clipboard
Why aren't values that are filled in by Form Filler (Chrome extension) passed along?
First off, thanks for the work on mobx-react-form. It's become really handy. The issue: I'm trying to use the Form Filler Chrome extension to quickly test forms and when I submit, none of the data is being sent. This is happening for the MaterialTextField component and it's one that I copied from the demo app. Is it because onChange isn't firing? Other ideas?
I installed the Form Filler extension and yes, it seems the onChange
handlers are not fired.
I will investigate further.
It also seems that mobx events are not executed when the observables changes.
@foxhound87 Thanks for looking into it.