Hi again,
I was unspecific in my previous post.
The increase in DOM nodes is tied to .databind()
and widgets.
Using your example, I essentially just added the jqxDateTimeInput
widget to the ‘firstname’ field: http://jsfiddle.net/h76bxu1j/1/
So, if you simply press the “Update bounded data” button, you should be able to observe the increase of DOM nodes with an id starting with calendarjqxWidget
. Every time you press the button, it adds another <div id="calendarjqxWidget....
Imagine if you have several widgets…
Is this a known issue?
Regards,
Marcus