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

List with remote source only works once #2475

Closed alex77h closed 7 months ago

alex77h commented 8 months ago

Seems like picking one item of a list with remote source only works once. Clicking again to pick onother item creates an error in js console. For example look at https://w2ui.com/web/demos/#/fields/6 choose one Name of the List, then try to pick onother one. Tested in Edge and Firefox.

dv1x3r commented 8 months ago

Hi @alex77h , dropdown fixes were applied today, so now it should work as expected.

alex77h commented 8 months ago

seems to work now, thanks!