Closed tkeiner closed 1 month ago
I just noticed that the Input Component and even the html tag
Thanks for reporting! I'll forward this issue to our UI5 Web Components Colleagues as the affected component is developed in their repository.
Hello @sap/ui5-webcomponents-topic-rd,
Could you please check the issue? Same applies for the ui5-input as well.
Regards, Nayden
Hello @SAP/ui5-webcomponents-topic-p,
The issue is reproducible in this example UploadColectionItem extends ListItem, when an input/textarea (guessing any type of input) are placed inside a list item and some text is entered trying to use space to separate words is impossible.
From what i can see in the ListItem space is only used for activating the list item. Is this a use case that you have encountered?
Can you please take over?
Note: In openui5 this scenario works.
Best Regards, Gergana
Describe the bug
When the TextArea Component is used inside of the UploadCollection (and UploadCollectionItem) it is not possible to type spaces.
Isolated Example
https://stackblitz.com/edit/github-7dyw9x?file=src%2FApp.tsx
Reproduction steps
Pass TextArea as children to UploadCollectionItem like shown in StackBlitz example.
Expected Behaviour
Regular behaviour of the TextArea Component.
Screenshots or Videos
No response
UI5 Web Components for React Version
1.29.0
UI5 Web Components Version
1.24.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Relevant log output
No response
Organization
No response
Declaration