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(Listitem): handle spacebar in inputs and textareas to avoid list activation #9775

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NakataCode
Copy link
Contributor

Issue: Pressing the spacebar while focused on a ui5-input or ui5-textarea inside a ui5-list-item would activate the list item instead of entering a space.

Solution: Added a function to detect spacebar presses on input components, allowing spaces to be entered without triggering list item activation.

Fixes: #9703

@NakataCode NakataCode force-pushed the list-item-spacebar-handling branch 2 times, most recently from 27b6553 to d0ae5b1 Compare August 30, 2024 13:40
@NakataCode NakataCode marked this pull request as ready for review September 5, 2024 08:44
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.

TextArea: Cant type spaces when used inside of UploadCollection
1 participant