You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set the textarea value to a string that has styles rendered. I expect the output to override the default styles, instead the textarea outputs the string escaped
Setup
Please complete the following information along with version numbers, if applicable.
Expected behavior
After pressing arrow up a string "Hello world" appears in faint text.
Screenshots
Additional context
I am planning to render text with multiple styles applied to different parts and since I can't set multiple styles to textarea, I have opted for rerendering text on every event. If I am misusing the textarea component or any other part of the library, let me know.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to set the textarea value to a string that has styles rendered. I expect the output to override the default styles, instead the textarea outputs the string escaped
Setup
Please complete the following information along with version numbers, if applicable.
To Reproduce
Steps to reproduce the behavior:
Source Code
Expected behavior
After pressing arrow up a string "Hello world" appears in faint text.
Screenshots
Additional context
I am planning to render text with multiple styles applied to different parts and since I can't set multiple styles to textarea, I have opted for rerendering text on every event. If I am misusing the textarea component or any other part of the library, let me know.
The text was updated successfully, but these errors were encountered: