How can I compose TextArea with a ScrollArea component? #1227
-
I want to compose TextArea with a ScrollArea component so that my TextArea has a custom scrollbar, how do I do it, and is it possible? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi @joseDaKing, unfortunately I don't think it's possible as |
Beta Was this translation helpful? Give feedback.
-
you could use |
Beta Was this translation helpful? Give feedback.
-
I'm using shadcn/ui.
|
Beta Was this translation helpful? Give feedback.
you could use
contenteditable
attribute https://codesandbox.io/s/ancient-field-9ycskc?file=/App.js