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
Describe the bug When nesting repeatable groups, keep-model-data does not seem to be sufficient to preserve the data object on form unmounting.
Reproduction Both with schema and without, filling the form and clicking the button (to unmount the form) cause the data object to be cleared. Without schema: https://codepen.io/twitwitwi/pen/MWewKOb With schema: https://codepen.io/twitwitwi/pen/KKMwEoL
Expected behavior Using keep-model-data should preserve the data object (no change to it on unmounting).
Sorry if it is again some ignorance or misunderstanding on my side as in #285
The text was updated successfully, but these errors were encountered:
(discussed in #285 )
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When nesting repeatable groups, keep-model-data does not seem to be sufficient to preserve the data object on form unmounting.
Reproduction
Both with schema and without, filling the form and clicking the button (to unmount the form) cause the data object to be cleared.
Without schema: https://codepen.io/twitwitwi/pen/MWewKOb
With schema: https://codepen.io/twitwitwi/pen/KKMwEoL
Expected behavior
Using keep-model-data should preserve the data object (no change to it on unmounting).
Sorry if it is again some ignorance or misunderstanding on my side as in #285
The text was updated successfully, but these errors were encountered: