-
Notifications
You must be signed in to change notification settings - Fork 271
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
[TextArea]: Large Text Inside Text Area Resizes the Page #8082
Labels
Comments
Hello @m1trix, Thanks for reaching out to us, our team will review your report shortly. Best, |
Hello @SAP/ui5-webcomponents-topic-rl, After reviewing the reported issue with the ui5-textarea component, it seems that in this case, there is a problem with using the Could you take a look? Best, |
ndeshev
added a commit
that referenced
this issue
Jan 15, 2024
ndeshev
added a commit
that referenced
this issue
Jan 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
When a
ui5-textarea
is being used with thegrowing
property set totrue
and the text within the component is taller than the textarea itself (e.g. has a lot of lines) the text itself is cut-off by the border of the textarea but the height of the page gets increased as if the text itself is placed outside of the textarea.Details
Tested on https://sap.github.io/ui5-webcomponents-react
Setup
It looks like that setting
growing=true
breaks the component.Affected Component
ui5-textarea
Expected Behaviour
The page should not resize, similar to how a native
textarea
HTML component does not affect the page it is placed in, when its content's height exceeds its own height.Isolated Example
Link to Code Sandbox
Steps to Reproduce
Log Output, Stack Trace or Screenshots
Priority
Medium
UI5 Web Components Version
1.19.0
Browser
Chrome
Operating System
MacOS
Additional Context
No response
Organization
SAP
Declaration
The text was updated successfully, but these errors were encountered: