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

fix #7294: AutoComplete - don't block default behaviour for Space key (writing a space) if no focused option #7315

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

MildConcussion
Copy link

@MildConcussion MildConcussion commented Feb 25, 2025

  • Add dedicated handler for Space key press in AutoComplete
  • Trigger selection on Space key only when a focused option exists

Fixes #7294

- Add dedicated handler for Space key press in AutoComplete
- Trigger selection on Space key when a focused option exists
- Maintain existing Enter key behavior for option selection
Copy link

vercel bot commented Feb 25, 2025

Deployment failed with the following error:

Creating the Deployment Timed Out.

MildConcussion and others added 3 commits February 26, 2025 11:33
- Enhance AutoComplete with keyboard navigation for chip removal
- Add `required` prop to InputNumber component
- Include `name` attribute for Select component's input and span elements
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 this pull request may close these issues.

AutoComplete: Space key prevents typing spaces in input field
1 participant