-
Notifications
You must be signed in to change notification settings - Fork 38
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
Allow multiple values selection in dropdown menus #1456
Comments
As I previously layed out in my merge request over here: I am not a fan of this idea. |
You said multiple times, that it's hard for you to implement it. You didn't give a reason, why you don't like this idea itself. |
Why would we display them differently? Because if we leave the dropdown open it hides the items below the dropdown menu, which is how the user can see in which order the selected values are. Additionally I cannot see a way of keeping our current "None" option, which in my opinion is rather important. This is a classic case of one "checkmark" in a selection changing the state of another "checkmark", which is something you usually want to avoid. There is also the problem of clicking on the "background". Currently we close the whole modal when doing that. And the most important thing to keep in mind is simplicity. You want any GUI to be as simple as possible for the user. A plain dropdown menu is simple. A dropdown menu with checkboxes inside is not (in comparison). In that case we could just make the whole thing checkboxes in the first place and remove the dropdown and "badges" below it completely. (I am against that as well, because it makes the whole thing much bigger, clutters your screen and you'll have more scrolling to do to find the config property you are searching for 😉) |
1st, I have no idea what you are quoting. I read this part and stopped reading. This already had answer in this comment #1450 (comment)
Should I continue reading, or maybe you want to rethink your comment and edit it? |
Did you mean to comment for this issue #1458 ? |
This is still a dropdown menu with checkboxes. Making it look a bit different won't change that fact.
no |
And why it is bad?
Why?
What is the problem?
It can also be convenient for users. |
As I said on discord: I am not participating in this discussion any more (at least not responding to your comments). Other than "it may be convenient" you got nothing to support this suggestion and I have laid out plenty of reasons against it. Accept it, proof me wrong or find some more reasons. |
Small enhancement for the user, huge pain in the ass for a dev. If someone wants so create a PR that takes care of every mentioned concern I will gladly accept it. |
No, it's you who has to proof values of your weak reasons. Maybe it's hard to code, I don't know, all other reasons you say here are just irrelevant. |
What every concern? DD menu already hides selected values. Why 'None' option has to go? Backgroung thing I don't get at all. What about Wishlist label? |
Abry already explained most of the concern I have about this enhancement. It's really complicated to implement in a way that is maintainable, readable and works. It might seem easy for someone that does not understand how to code. But it is still a valid suggestion, that's why I added the
We do not set |
Purpose
To have a possibility to select multiple values in the dropdown menu, until it's closed with an outside mouse click.
The text was updated successfully, but these errors were encountered: