Replies: 3 comments
|
Hi @ThiagoSzz Afaik this is currently not possible, but I'll forward this question to our UI5 Web Components Colleagues as the affected component is developed in their repository. |
0 replies
|
Hi @ThiagoSzz, Is seems like a bug. I opened an issue where you can track the progress: #10643 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Im working on a component that uses the TextArea component and I want to prevent it from clearing the value entered when pressing
Escape.Screen.Recording.2025-01-22.at.21.54.11.mov
I've tried adding the
preventTextAreaPropagationfunction below to theonKeyDownevent of the component, but with no results:Is this possible? If so, how can I achieve this?
Thank you.
All reactions