Pastanaga textarea is resizable like a basic HTML textarea element, but in some cases where the text can be really long and the form is in a side panel for example, the textarea may still be too small to display properly its full text content.
In such case, expandable textarea is the solution as it extends Pastanaga textarea (meaning all options from Pastanaga textarea are available) and displays a button to make the textarea fullscreen in a modal.
TextareaComponent
maxHeight
is defined
(optional)
resizable
is true, and it contains the
DOMRect
of the textarea element.
{{codeExample}}