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

control.controlConfig shared between instances #1480

Closed
lucasnetau opened this issue Nov 2, 2023 · 1 comment · Fixed by #1481
Closed

control.controlConfig shared between instances #1480

lucasnetau opened this issue Nov 2, 2023 · 1 comment · Fixed by #1481

Comments

@lucasnetau
Copy link
Collaborator

Description:

control.controlConfig static is global not per instance so subsequent loads of formBuilder will overwrite previous controlConfig data

Environment Details:

  • formBuilder Version: Current
  • Browser: Any
  • OS: Any

Expected Behavior

controlConfig is isolated per formBuilder instance

Actual Behavior

controlConfig is global and can be overwritten by subsequent loads

Steps to Reproduce

@lucasnetau lucasnetau added the bug label Nov 2, 2023
kevinchappell added a commit that referenced this issue Nov 7, 2023
Fix GH-1480 ensure that controlConfig is loaded per formBuilder instance.
Copy link

github-actions bot commented Nov 7, 2023

🎉 This issue has been resolved in version 3.16.13 🎉

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant