You can set the height of the textarea using the `rows` HTML attribute.
--- title: Textarea layout: documentation doc-tab: form doc-subtab: textarea breadcrumb: - home - documentation - form - form-textarea meta: colors: true sizes: true variables: false --- {% capture textarea_example %} {% endcapture %} {% capture textarea_rows_example %} {% endcapture %} {% capture colors_example %}
You can set the height of the textarea using the `rows` HTML attribute.
You can resize the loading spinner by appending is-small
, is-medium
or is-large
to the control
container.
If you use the readonly
HTML attribute, the textarea will look similar to a normal one, but is not editable and has no shadow.