mobx-react-form icon indicating copy to clipboard operation
mobx-react-form copied to clipboard

Why aren't values that are filled in by Form Filler (Chrome extension) passed along?

Open robksawyer opened this issue 6 years ago • 3 comments

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?

robksawyer avatar Aug 29 '17 22:08 robksawyer

I installed the Form Filler extension and yes, it seems the onChange handlers are not fired.

I will investigate further.

foxhound87 avatar Aug 31 '17 13:08 foxhound87

It also seems that mobx events are not executed when the observables changes.

foxhound87 avatar Aug 31 '17 13:08 foxhound87

@foxhound87 Thanks for looking into it.

robksawyer avatar Sep 12 '17 16:09 robksawyer