We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bug report
field(firstName) valitdating state become true,when add/remove array item.
don't change field state when add/remove array item.
https://codesandbox.io/s/new-waterfall-vhlw2?file=/index.js
{ "final-form": "4.20.6", "final-form-arrays": "3.0.2", "react": 17.0.2", "react-dom": "17.0.2", "react-final-form": "6.5.7", "react-final-form-arrays": "3.1.3", }
Form and FieldArray has already set to `subscription={{}}. how can i to stop validating firstName field.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Are you submitting a bug report or a feature request?
bug report
What is the current behavior?
field(firstName) valitdating state become true,when add/remove array item.
What is the expected behavior?
don't change field state when add/remove array item.
Sandbox Link
https://codesandbox.io/s/new-waterfall-vhlw2?file=/index.js
What's your environment?
Other information
Form and FieldArray has already set to `subscription={{}}. how can i to stop validating firstName field.
The text was updated successfully, but these errors were encountered: