Replies: 1 comment 2 replies
-
Have you tried customizing the DataEditor component for that? |
Beta Was this translation helpful? Give feedback.
2 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.
-
Usecase: Edit of long text with ease.
Current problem: The editor is an
<input>
so we can only have a one-line editor. Result, we can just see a part of the edited text.Suggested solution: For long text, it could be interesting to have a multi-line editor in order to be able to see all the text.
Example with google sheet.

It could be achieve with
<text-area>
or with acontenteditable="true"
Beta Was this translation helpful? Give feedback.
All reactions