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(ui5-list): preventing space keydown #4088

Merged
merged 1 commit into from
Oct 8, 2021
Merged

fix(ui5-list): preventing space keydown #4088

merged 1 commit into from
Oct 8, 2021

Conversation

nnaydenow
Copy link
Contributor

Preventing the Space key on keydown is redundant since it should be already handled in its children separately.

Fixes: #4049

Copy link
Member

@ilhan007 ilhan007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 SPACE is handled and prevented in ListItem.js

@ilhan007 ilhan007 merged commit e9c5287 into SAP:master Oct 8, 2021
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.

List: the SPACE key doesn't work inside the List header for Input fields
3 participants