+ New! + 0.4.4 +
++ You can set the height of the textarea using the `rows` HTML attribute. +
+diff --git a/docs/documentation/form/textarea.html b/docs/documentation/form/textarea.html index 4f6978ae..e4635c0a 100644 --- a/docs/documentation/form/textarea.html +++ b/docs/documentation/form/textarea.html @@ -5,7 +5,11 @@ doc-subtab: textarea --- {% capture textarea_example %} - + +{% endcapture %} + +{% capture textarea_rows_example %} + {% endcapture %} {% capture colors_example %} @@ -141,6 +145,25 @@ doc-subtab: textarea +
+ New! + 0.4.4 +
++ You can set the height of the textarea using the `rows` HTML attribute. +
+