-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
changeValue function in mutators #6
Comments
It, by design, does not allow setting values for fields that are not registered. You have fields that are not registered for which you would like to modify the value? |
We have something like wizard form. Pages of form renders by it own routes. And final save page has it own route. So when submitting, we need to do some logic, and yes fields are not registered in moment when save page is active. |
We have the same use case and ran into it with File uploads. The graphql/model representation of an uploaded file vs an HTML I'm about to hit another: |
bug report or a feature
Hi, find that function
changeValue
, checks state.fields[name]. In my case form has routes and some mutation logic take place in component that does not have any or component. So mutators don't work.The text was updated successfully, but these errors were encountered: