Hello Webix team,
If I am removing a childview (e.g. textbox) from a form and then trying to add a childview with the same id the following exception is raised: webix_debug.js:459 Non unique view.
It looks like the webix framework doesn’t recognize that the childview is removed. I am using removeView() method and then am I calling refresh() on the form. Is there anything else I need to do?
Thanks, Peter