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

Grid toolbar refresh with multiSearch enabled shows overlapping controls #2481

Closed NoelSMartin closed 5 months ago

NoelSMartin commented 6 months ago

Short description Calling grid.toolbar.refresh() on a grid with multiSearch=true caused search input controls to overlap.

What is current behavior Calling grid.toolbar.refresh() on a grid with multiSearch=true caused search input controls to overlap.

What is desired behavior Calling grid.toolbar.refresh() on a grid with multiSearch=true should not cause search input controls to overlap.

Link to jsfidle/codepan with sample code ...

Steps to reproduce or sample image

vitmalina commented 5 months ago

Fixed it today