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: ensure dependent field values are set to null when removed #38

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

trandbert37
Copy link

  • Updated executeReadyCallbacks method to set the value of dependent fields to null before removing them from the form.
  • This prevents outdated or invalid data from being retained when fields are dynamically removed based on form dependencies.
  • Improved handling of nested dependencies where a field depends on another dependent field that might no longer exist.

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

Successfully merging this pull request may close these issues.

1 participant