-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Feature: add option to close dropdown on mousedown outside instead of full click #95
Comments
Hey! Thank you for your suggestion! I think that an option to control it is not a good idea, I prefer consistency. That said, I think we might want to switch to just mouse down instead of a full click everywhere. @adamwathan what do you think of switching from a full click to just a mouse down for this outside click behaviour? |
I like the idea to just straight up switch to mouse down. If Tim does it, we do it #macOS |
This will be available in the next release.
|
I have seen menu button dropdowns implemented both ways and understand that you want to enforce a consistent experience but would love a prop that allows us to close dropdown on mousedown instead of a full click (mouse down + mouse up) outside.
This style of behavior lends itself well to very "app-like" webapps. This is how dropdowns work at an os level or any native desktop app. I have seen this behavior in places on the web like the spotify web player and the app switcher menu at top right of gmail.
The text was updated successfully, but these errors were encountered: