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
While filtering orders by product, the products once selected cannot be de-selected individually (The UI makes it look like it can be de-selected). We have to clear all selected products and select again.
To Reproduce
Steps to reproduce the behavior:
Go to 'Orders' tab
Click on Filters option
Select Product option on filters screen
Select any product and click done
Select Product option on filters screen again
Here, you cannot de-select previously selected products. You have to clear all and then select the desired products again.
filter_products.mp4
Expected behavior
Allow users to de-select selected products
The text was updated successfully, but these errors were encountered:
I'm able to reproduce. It looks like we are trying to do something similar to iOS where you can only filter one product at a time; however on iOS, as soon as you select a product to filter by, it closes that dialog. Then you are returned to the main filter dialog. So we could do that as well. I guess it's easier to just allow de-selecting a product though, as you suggested.
Describe the bug
While filtering orders by product, the products once selected cannot be de-selected individually (The UI makes it look like it can be de-selected). We have to clear all selected products and select again.
To Reproduce
Steps to reproduce the behavior:
Filters
optionProduct
option on filters screenProduct
option on filters screen againfilter_products.mp4
Expected behavior
Allow users to de-select selected products
The text was updated successfully, but these errors were encountered: