How do I display a long text in a Panel without a slider? Currently this is how the text is displayed:
Here the user has to move the slider to see the remaining text. Instead, how can I display the remaining text within view?
I tried using textarea as follows:
<textarea rows={5} cols={45}>{value}</textarea>
That's displaying an additional slider: