Skip to content

fix(ui5-textarea): remove symbols encoding when growing #11305

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MapTo0
Copy link
Member

@MapTo0 MapTo0 commented Apr 10, 2025

FIXES: #9868

@MapTo0
Copy link
Member Author

MapTo0 commented Apr 10, 2025

Escaping is not anymore required since TSX templating is already doing it.

@MapTo0 MapTo0 requested review from ndeshev and nikoletavnv April 10, 2025 14:44
@ndeshev
Copy link
Contributor

ndeshev commented Apr 11, 2025

image

The mirror div has a word-break: all CSS property set and the textarea/the host itself doesn't which leads to misalignment between them when typing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ui5-textarea: refactor textarea to sanitize special characters only on form submit
2 participants