-
Notifications
You must be signed in to change notification settings - Fork 273
[ui5-table] Input and TextArea: Space not being computed inside table #3390
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
Comments
Hey @willianba, For the Web Components Colleagues: This is also reproducible using "plain" UI5 Web Components: https://codesandbox.io/s/silly-gauss-7y1bc?file=/src/App.js |
Hello @SAP/ui5-webcomponents-topic-rl, it is not possible to write whitespace to the This issue is caused by the TableRow and its keydown handler. The default bahavior of the space event is prevented. Kind Regards, |
Describe the bug
I put an Input and a TextArea inside a Table and these components are not processing spaces, just plain text.
Isolated Example
https://codesandbox.io/s/elegant-shape-q1qbm
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The word to be as you want. Example "hello world" instead of "helloworld".
UI5 Web Components for React Information
@ui5/webcomponents
version: 1.0.0-rc.14@ui5/webcomponents-react
version: 0.16.2Operating System: macOS Big Sur 11.4
Browser: Vivaldi 3.8.2259.42
Additional context
I tried to roll back both versions of
webcomponents
andwebcomponents-react
. I am currently onwebcomponents: 1.0.0-rc.11
andwebcomponents-react: 0.13.11
. I don't know exactly what causes the fix, but with these versions, the input is working as expected.The text was updated successfully, but these errors were encountered: