Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Order filtering] While filtering order by products, product selected cannot be de-selected #12624

Open
AnirudhBhat opened this issue Sep 17, 2024 · 2 comments
Assignees
Labels
feature: order list Related to the order list. type: bug A confirmed bug.

Comments

@AnirudhBhat
Copy link
Contributor

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:

  1. Go to 'Orders' tab
  2. Click on Filters option
  3. Select Product option on filters screen
  4. Select any product and click done
  5. Select Product option on filters screen again
  6. 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

@AnirudhBhat AnirudhBhat added the type: bug A confirmed bug. label Sep 17, 2024
@dangermattic
Copy link
Collaborator

dangermattic commented Sep 17, 2024

Thanks for reporting! 👍

@AnirudhBhat AnirudhBhat added the feature: order list Related to the order list. label Sep 17, 2024
@backwardstruck
Copy link
Contributor

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.

@backwardstruck backwardstruck self-assigned this Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: order list Related to the order list. type: bug A confirmed bug.
Projects
None yet
Development

No branches or pull requests

3 participants