-
Notifications
You must be signed in to change notification settings - Fork 83
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
refactor: prevent page scrolling when resizing text area (CP: 21) #2444
Conversation
This change prevents the page from scrolling while the text area is measuring its height as part of the auto resize feature, when entering or removing text into the textarea. Cherry pick of: vaadin/vaadin-text-field#581 Rollback of changes from: #2143
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also apply these styles to text-area
package on master, as it seems useful there too.
packages/vaadin-text-field/theme/material/vaadin-text-area-styles.js
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Co-authored-by: Sascha Ißbrücker <[email protected]>
This ticket/PR has been released with platform 21.0.0. |
This change prevents the page from scrolling while the text area is measuring its height as part of the auto resize feature, when entering or removing text into the textarea.
Cherry pick of: vaadin/vaadin-text-field#581
Rollback of changes from: #2143
Tagged as refactor, as this just replaces the previous fix.