gustavnavar / Grid.Blazor

Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
GNU Lesser General Public License v2.1
697 stars 135 forks source link

In list filter search phrase not save when apply #342

Closed bstrst closed 2 years ago

bstrst commented 2 years ago

Describe the bug In list filter search phrase not save when apply

To Reproduce Steps to reproduce the behavior:

  1. Go to https://gridblazorwasm.azurewebsites.net/listfilter

  2. Click on "Company" filter

  3. Fill in field "search phrase" text "ant" -> will filtered 5 items

  4. Set checkbox value "Antonio Moreno Taqueria" image

  5. Click "Apply"

  6. Grid update data

  7. Repeat Click on "Company" filter

  8. Items was filtered - I see only 5 items. But no see "search phrase" "ant" which filter items. It seems that there are only 5 items in the list, although in fact there are more than 50 of them image

  9. To see all the items, you must first enter any text and then clear in "search phrase" field. image image

Expected behavior seach phrase dont clear after apply filer

gustavnavar commented 2 years ago

Package version 3.2.6 fixes this error

bstrst commented 2 years ago

Thank you