Skip to content
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

fix: data updates when modifying preview #365

Merged
merged 4 commits into from
Nov 7, 2024
Merged

Conversation

kevinchappell
Copy link
Collaborator

there was a bug where the form data was not correctly updated when editing the preview in the editor. for example if you add a value to an input, it is expected that this would add a value in the field edit window. likewise when checking a checkbox or clicking a radio button, the options in the edit window should reflect the choice from the preview.

this PR adds back some tests and minor performance improvements to prevent unnecessary dom re-render

@kevinchappell kevinchappell merged commit daf3d04 into master Nov 7, 2024
1 check passed
@kevinchappell kevinchappell deleted the fix/preview-updates branch November 7, 2024 18:15
@kevinchappell
Copy link
Collaborator Author

🎉 This PR is included in version 2.2.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant