You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If an input is inside a Table, the space key doesn't work. When listening to the keyPress e, event listener can see that it is not triggered by the space key.
thanks for creating this issue. Since it's reproducible with plain web-components (see this codeSandbox), I'm going to forward it to our UI5 Web Components colleagues.
Not 100% sure, but I guess the cause is that the row-selection via space key is overwriting the default key event.
nikolay-kolarov
changed the title
Table: The space key doesn't work inside the table
[ui5-table] Table: The space key doesn't work inside the table
Feb 16, 2022
Describe the bug
If an input is inside a Table, the space key doesn't work. When listening to the keyPress e, event listener can see that it is not triggered by the space key.
Isolated Example
https://codesandbox.io/s/competent-dijkstra-dqmp5?file=/src/App.js
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A space should appear in the text
Screenshots
UI5 Web Components for React Information
@ui5/webcomponents
version:1.0.0-rc.14 - latest@ui5/webcomponents-react
version: 0.17.0 - latestOperating System: Windows 10
Browser: Chrome
Additional context
The text was updated successfully, but these errors were encountered: