Hello everyone, I have two questions regarding JSONForms Textareas (used in Angular).
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?
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?
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.
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