{{ text }}
Set text height using the size prop to sm or
lg for small or large respectively.
To set the height of <b-form-textarea>, set the
rows prop to the desired number of rows. If no value
is provided to rows, then it will default to
2 (the browser default and minimum acceptable value).
Setting it to null or a value below 2 will result in
the default of 2 being used.
<b-form-textarea> can also automatically adjust
its height (text rows) to fit the content, even as the user enters
or deletes text. The height of the textarea will either grow or
shrink to fit the content (grow to a maximum of
max-rows or shrink to a minimum of
rows).