{{ value }}\n
Value: {{ text1 }}
\n\nValue: {{ text2 }}
\n<b-form-textarea>
\n , set the \n rows
\n prop to the desired number of rows. If no value is provided to rows, then it will default to 2.\n .form-label-group
\n to add a Floating Label with Textarea.\n valid
\n and \n invalid
\n states on most form controls.\n size
\n prop to \n sm
\n or \n lg
\n for small or large respectively.\n no-resize
\n prop to \n true
\n .\n rows
\n prop to the desired number of lines (or leave it at the default of \n 2
\n ), And then set maximum rows that the text area will grow to (before showing a scrollbar) by setting the\n \n max-rows
\n prop to the maximum number of lines of text.\n sticky
\n (i.e. never shrink), set the \n no-auto-shrink
\n prop to \n true
\n . The \n no-auto-shrink
\n props has no effect if \n max-rows
\n is not set or is equal to or less than rows.\n <b-form-textarea>
\n optionally supports formatting by passing a function reference to the \n formatter
\n prop.\n <b-form-textarea readonly>
\n elements in your form styled as plain text, set the \n plaintext
\n prop (no need to set \n readonly
\n \n as it will be set automatically) to remove the default form field styling and preserve the correct text size,\n margin, padding and height.\n \n debounce
\n to any integer greater than zero. The value is specified in milliseconds. Setting \n debounce
\n to \n 0
\n will disable debouncing.\n