Skip to content

Fix space key not working in elicitation text input fields#1535

Merged
rumpl merged 1 commit intodocker:mainfrom
dgageot:fix-space
Jan 30, 2026
Merged

Fix space key not working in elicitation text input fields#1535
rumpl merged 1 commit intodocker:mainfrom
dgageot:fix-space

Conversation

@dgageot
Copy link
Member

@dgageot dgageot commented Jan 30, 2026

The space key was being unconditionally caught by handleKeyPress and routed to toggleCurrentSelection(), which only handles boolean/enum fields. For text input fields (string, number, integer), the space key was swallowed without being forwarded to the text input component.

Assisted-By: cagent

The space key was being unconditionally caught by handleKeyPress and routed to toggleCurrentSelection(), which only handles boolean/enum fields. For text input fields (string, number, integer), the space key was swallowed without being forwarded to the text input component.

Assisted-By: cagent
@dgageot dgageot requested a review from a team as a code owner January 30, 2026 10:46
@rumpl rumpl merged commit ac063d9 into docker:main Jan 30, 2026
5 checks passed
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.

2 participants