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

Escape keypress in Multiselect that's in a dialog causes the dialog to close #7200

Open
bvandercar-vt opened this issue Jan 28, 2025 · 0 comments · May be fixed by #7201
Open

Escape keypress in Multiselect that's in a dialog causes the dialog to close #7200

bvandercar-vt opened this issue Jan 28, 2025 · 0 comments · May be fixed by #7201

Comments

@bvandercar-vt
Copy link
Contributor

Environment

  • Package version(s): 5.x
  • Operating System: All
  • Browser name and version: All

Code Sandbox

Link to a minimal repro (fork this code sandbox):

Steps to reproduce

  1. Have a MultiSelect in a dialog
  2. Bring focus to the MultiSelect combobox tag input
  3. Hit escape key
  4. MultiSelect combobox list of items should close, but the whole dialog closes

Actual behavior

Whole dialog closes on escape key.

Expected behavior

Only MultiSelect menu closes on escape key.

Possible solution

Working on PR

@bvandercar-vt bvandercar-vt linked a pull request Jan 28, 2025 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
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant