-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
MudSelect: Open menu on pointer down instead of click #10129
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
Conversation
|
We desperately need to fix the |
We desperately need to rewrite the whole component. I don't think you can easily get rid of it now as it's "core" part of the component, look how much it's called and all this magic delays etc. And changing single thing will 99% break something, this is a good example: #8770 and there are no tests for it. |
|
Is this related? #10132 |
|
@ScarletKuro Right. We need a MudComboBox that combines the Autocomplete and Select |
|
Next thing could be to handle the items on both pointer down and up so you can hold the pointer down on the activator then swipe and let go to select an item |
|
Migration Guide:
|
|
|
Added to v8.0.0 Migration Guide at #9953 |
|
Regression from this PR: #10345 |
This reverts commit a77b1da.
…zor#10129)" This reverts commit a77b1da.
|
Still having an issue with this as the select doesn't open when the mouse is casually clicked(although it does show as highlighted). It will open when held down or double clicking. Is there some other attribute that needs to be added here? This is from a Windows PC using Chrome and Edge. |
Thanks, this should be fixed in the next update (v8.2.0). @zebsimls |



Description
I believe it's standard for a Select component to open as soon as the pointer is down, not waiting for the click. This matches the Autocomplete and helps speed up the animation as well.
Examples:
How Has This Been Tested?
visually
Type of Changes
Checklist
dev).