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

Command+enter not triggering multiselect select #7231

Open
tgreen7 opened this issue Feb 5, 2025 · 0 comments
Open

Command+enter not triggering multiselect select #7231

tgreen7 opened this issue Feb 5, 2025 · 0 comments
Assignees

Comments

@tgreen7
Copy link
Contributor

tgreen7 commented Feb 5, 2025

Environment

  • Package version(s): 3.52.0 (but same problem on 5 docs)
  • Operating System: macos 15.3
  • Browser name and version: firefox 135 (reproducible on chrome)

Code Sandbox

Link to a minimal repro (fork this code sandbox):
https://blueprintjs.com/docs/#select/multi-select

Steps to reproduce

  1. https://blueprintjs.com/docs/#select/multi-select
  2. type a letter and use arrow keys to select then cmd + enter to confirm
  3. nothing will be selected with cmd pressed

Actual behavior

Nothing selected

Expected behavior

Item selected and event with metaKey passed through to handleItemSelect so that we can use it.

Possible solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants