diff --git a/docs/documentation/form/textarea.html b/docs/documentation/form/textarea.html index 6a353ba5..aac12d11 100644 --- a/docs/documentation/form/textarea.html +++ b/docs/documentation/form/textarea.html @@ -134,6 +134,12 @@ meta: {% include elements/snippet.html content=textarea_example %} +{% capture fixedsize_example %} +
+ +
+{% endcapture %} +

You can set the height of the textarea using the `rows` HTML attribute. @@ -200,3 +206,7 @@ meta:

{% include elements/snippet.html content=readonly_example %} + +

Fixed Size

+ +{% include elements/snippet.html content=fixedsize_example %}