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
Describe the bug
When you use the search textfield to filter the list, if you reach a dead end and your keyword doesn't correspond to items.
You then have to delete the whole keyword instead of just fixing your keyword typo in order to get the filter to work again.
for example:
List:
yorkshire
bulldog
if your keyword is "yorf": result is 0 items
then if you fix the keyword to "yor": result is still 0 items
until the you clear all the text and type "y": result 1 item
To Reproduce
Steps to reproduce the behavior:
Create a list and use search filters on it
Expected behavior
expected to have the keyword filter fire for each change in textfield
The text was updated successfully, but these errors were encountered:
Describe the bug
When you use the search textfield to filter the list, if you reach a dead end and your keyword doesn't correspond to items.
You then have to delete the whole keyword instead of just fixing your keyword typo in order to get the filter to work again.
for example:
List:
if your keyword is "yorf": result is 0 items
then if you fix the keyword to "yor": result is still 0 items
until the you clear all the text and type "y": result 1 item
To Reproduce
Steps to reproduce the behavior:
Create a list and use search filters on it
Expected behavior
expected to have the keyword filter fire for each change in textfield
The text was updated successfully, but these errors were encountered: