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

the grid with advanced search can't remove saved search item #2442

Closed khuatbaha closed 11 months ago

khuatbaha commented 11 months ago

Short description With version 2.0, the grid with advanced search can't remove saved search item

What is current behavior can't remove saved search items

What is desired behavior user can remove saved search

Link to jsfidle/codepan with sample code the code in the demo: https://w2ui.com/web/demos/#/grid/16

Steps to reproduce or sample

  1. open the demo from https://w2ui.com/web/demos/#/grid/16
  2. create Advanced Search with las name value is "doe" then click search
  3. click "Save" to save search
  4. remove search condition by click "X" button
  5. click "Search All Fields" to get saved searches items => the list items don't have the remove button
alexkuznetsov commented 11 months ago

I have researched the problem and can create PR

khuatbaha commented 11 months ago

@alexkuznetsov thank for your PR. With this typo fix, this issue is resolved.

alexkuznetsov commented 11 months ago

@khuatbaha you are welcome 👍

alexkuznetsov commented 11 months ago

@vitmalina Can you review my PRs?