You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have datatable-like components where you have rows of data that can be edited one at a time.
When I investigated it seems there is a race condition between unregisterField and registerField where the latter runs a little bit earlier causing the former to unset the field value.
Versions
Describe the bug
If you have datatable-like components where you have rows of data that can be edited one at a time.
When I investigated it seems there is a race condition between
unregisterField
andregisterField
where the latter runs a little bit earlier causing the former to unset the field value.To reproduce
Steps to reproduce the behavior:
update
button for a field late in the listupdate
button for the field before itExpected behavior
Fields should maintain their values,
Demo link
https://codesandbox.io/s/vee-validate-bug-reproduction-for-3166-hzcrg
The text was updated successfully, but these errors were encountered: