You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I faced 2 problems with Filters of a List, but I suppose they are linked somehow.
What you were expecting:
Added filters doesn't replace each other.
After new value added to some filter field, pagination per page value doesn't reset to default.
What happened instead:
When I click button "ADD FILTER" new filter field is added to filters, but it replaces previously added filter.
When I choice not default value of per page and change some filter value, per page value resets to default value of 10.
Steps to reproduce:
Click "ADD FILTER" -> Select a possible filter -> It will appear at the filters panel -> Click "ADD FILTER" -> Select a possible filter -> The field replaces previously chosen one.
Choice 5 or 25 rows per page in the pagination area -> Type some value to any filter field -> Rows per page resets to 10
I faced 2 problems with Filters of a List, but I suppose they are linked somehow.
What you were expecting:
What happened instead:
Steps to reproduce:
Related code:
https://codesandbox.io/s/mystifying-silence-dvjev
Environment
The text was updated successfully, but these errors were encountered: