-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
FieldArray's unshift mutator does not update state correctly #36
Comments
Hello, If it can help for further investigation, I think it might be related to #33 |
I have a similar issue. I am noticing that the This is particular problematic with Drag-and-drop. My field moves, but the |
this should be resolved in |
@311chaos sweet, I'll try it out and report back. |
No. This is not resolved. In fact, my |
Have similar problem |
Are you submitting a bug report or a feature request?
Bug
What is the current behavior?
When using the
unshift
mutator to add an item to the beginning of an array, the touched state from the item previously at index zero (if one exists) is maintained.What is the expected behavior?
I would expect the item that was added to the beginning of the array to have a touched state of false.
Sandbox Link
N/A, but I will happily provide one if needed.
What's your environment?
Other information
N/A
The text was updated successfully, but these errors were encountered: