There is an issue when trying to change the src of data for FormBuilder.
My case that I have as below:
On page load, I am injecting the saved form configuration to FormBuilder, then the user has the ability to inject demo configuration by clicking on demo button.
He can make changes and click on reset button to reset the form to its default state.
Once I use the demo conf and make changes to the form... if I clicked on demo button again where the expected result is to reset the form config to demo base data, I am getting below error:
There is an issue when trying to change the src of data for FormBuilder. My case that I have as below:
On page load, I am injecting the saved form configuration to FormBuilder, then the user has the ability to inject demo configuration by clicking on demo button. He can make changes and click on reset button to reset the form to its default state. Once I use the demo conf and make changes to the form... if I clicked on demo button again where the expected result is to reset the form config to demo base data, I am getting below error:
And the problems start to appear after that.
The issue is reproducible here as well: https://vue-form-builder.herokuapp.com/
Steps to Produce:
Set JSON Form-Data (Basic Configuration / Builder)
Set JSON Form-Data (Basic Configuration / Builder)
again.Thanks,