vitmalina / w2ui

UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped).
http://w2ui.com
MIT License
2.64k stars 730 forks source link

w2layout 2.0 Cannot load object directly into layout panel #2433

Closed tomaso909 closed 1 year ago

tomaso909 commented 1 year ago

Short description Cannot load object directly into panel on v2.0 (it works on v1.5). Only loading html as string works.

What is current behavior The layout panel will display [object HTMLDivElement] instead of the rendered object.

What is desired behavior The desired behavior is to see the actual object html rendered.

Link to jsfidle/codepan with sample code https://jsfiddle.net/zxueynj1/

Steps to reproduce or sample Just run the jsfiddle example.

vitmalina commented 1 year ago

I recompiled, after a bit, after cdns update w2ui source, jsfiddle will start working