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.65k stars 733 forks source link

fix: grid emits double search requests #2478

Closed dv1x3r closed 9 months ago

dv1x3r commented 9 months ago

This pull requests solves #2471 , which is about emitting two identical grid search requests on Enter key. Since everything related to search is inside "keyup" event, there is no need in "change" event handler.