SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.5k stars 260 forks source link

TextArea: Cant type spaces when used inside of UploadCollection #9703

Open tkeiner opened 1 month ago

tkeiner commented 1 month ago

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

tkeiner commented 4 weeks ago

I just noticed that the Input Component and even the html tag