JSONForms Textareas Auto Scale to Text and Text/Html Editor?

Hello everyone, I have two questions regarding JSONForms Textareas (used in Angular).

  1. When displaying a textarea, the area is usually very small and needs to be manually adjusted (klick and drag to increase size) or not all of the text inside the textarea is visible.
    Is there a best practice to automatically scale the textarea to the text within it?

  2. Does anyone know a best practice or a way to include a Text/HTML editor (for instance like the one used here on discourse to format this text) in JSONForms (Angular) to give users the ability to format their text?

Best Regards
Thani

Hi @Thani,

  1. When displaying a textarea, the area is usually very small and needs to be manually adjusted (klick and drag to increase size) or not all of the text inside the textarea is visible.
    Is there a best practice to automatically scale the textarea to the text within it?

You can for example do this via Javascript when implementing a custom multiline text renderer.

  1. Does anyone know a best practice or a way to include a Text/HTML editor (for instance like the one used here on discourse to format this text) in JSONForms (Angular) to give users the ability to format their text?

We integrated the Monaco Editor when a rich editing experience was required