Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
robksawyer opened this issue Aug 29, 2017 · 3 comments

Comments

@robksawyer
Copy link

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?

@foxhound87
Copy link
Owner

foxhound87 commented Aug 31, 2017

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

I will investigate further.

@foxhound87
Copy link
Owner

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

@robksawyer
Copy link
Author

@foxhound87 Thanks for looking into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants