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.63k stars 735 forks source link

Fixed clearing dropdown field in w2grid #2483

Closed dv1x3r closed 6 months ago

dv1x3r commented 6 months ago

It is needed to check for null first. Otherwise Object.keys(new_val).length will throw an exception.