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
When any filter elements that has alwaysOn as true in filters prop on <List /> component, Remove Filter action menu doesn't appears on Add Filter Button.
I assume, user should be able to remove filter by clicking reset(x mark on the right side of input) button and by clicking Remove Filter menu on Add Filter Button.
What you were expecting:
Remove Filter menu is appeared, even the filter input has alwaysOn prop.
So that, a user can remove all filter by clicking the menu.
Description:
When any filter elements that has
alwaysOn
as true in filters prop on<List />
component,Remove Filter
action menu doesn't appears onAdd Filter
Button.I assume, user should be able to remove filter by clicking reset(
x
mark on the right side of input) button and by clickingRemove Filter
menu onAdd Filter
Button.What you were expecting:
Remove Filter
menu is appeared, even the filter input hasalwaysOn
prop.So that, a user can remove all filter by clicking the menu.
What happened instead:
Remove Filter
menu doesn't appear on the menu.code sandbox link : https://codesandbox.io/s/broken-silence-8k4x5u?file=/src/posts/PostList.tsx
Steps to reproduce:
<AutocompleteInput />
that is produced or add any value on<SearchInput />
that is providedAdd Filter Button
Environment
The text was updated successfully, but these errors were encountered: