Hi
I installed V8.1.2 and a html/javascript web page using custom elements (JQXElements) failed with “JQXElements is not defined”. It worked fine with my previous release V7.0.0. In the html I specified the script file jqx-all.js. In V8.1.2 I had to add script file jqxcore.elements.js and all worked fine.
I scanned the jqx-all.js (V7.0.0) and found ref to JQXElements but when scanned jqx-all.js (V8.1.2) no ref found.
Maybe my setup, but should jqxcore.elements.js always be defined in addition to jqx-all.js from V8.1.2 …