Removing and adding childViews of a form

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

Can you provide a snippet of the issue? As far as I can see, all works smoothly:

http://webix.com/snippet/49a87461

I am sorry, it was my mistake!
BR, Peter