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
We have an array of fruits. Initial values are: ['']
['']
The input of index 1 (the last one) have pristine: true state even though it was never touched.
pristine: true
The input of index 1 (the last one) should have pristine: false since it was never touched.
pristine: false
The text was updated successfully, but these errors were encountered:
This is not a bug for the same reason as #23 (comment).
If you initialize the value to { fruits: [ undefined ] }, it works as expected.
{ fruits: [ undefined ] }
Sorry, something went wrong.
No branches or pull requests
Are you submitting a bug report or a feature request?
bug report
What is the current behavior?
We have an array of fruits.
Initial values are:
['']
Steps to reproduce:
The input of index 1 (the last one) have
pristine: true
state even though it was never touched.What is the expected behavior?
The input of index 1 (the last one) should have
pristine: false
since it was never touched.Sandbox Link
What's your environment?
Other information
The text was updated successfully, but these errors were encountered: