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

[Select] Support opening the Select and selecting an option with one click #66

Open
michaldudak opened this issue Jan 15, 2024 · 0 comments · May be fixed by #541
Open

[Select] Support opening the Select and selecting an option with one click #66

michaldudak opened this issue Jan 15, 2024 · 0 comments · May be fixed by #541
Labels
component: select This is the name of the generic UI component, not the React module!

Comments

@michaldudak
Copy link
Member

michaldudak commented Jan 15, 2024

Similarly to the native macOS menus, we could support executing opening the Select and selecting actions with only one click. This requires the Select to open on pointerdown and options to be selected on pointerup.
This way, users will be able to press the mouse button on the Select, move to an option while still holding the button, and finally release the button over the option to select it.

Search keywords:

@michaldudak michaldudak transferred this issue from mui/material-ui Feb 27, 2024
@michaldudak michaldudak changed the title [base-ui][Select] Support opening the Select and selecting an option with one click [Select] Support opening the Select and selecting an option with one click Feb 27, 2024
@michaldudak michaldudak added the component: select This is the name of the generic UI component, not the React module! label Feb 27, 2024
@atomiks atomiks linked a pull request Sep 11, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: select This is the name of the generic UI component, not the React module!
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

1 participant