From 3f8c12bfbbcbfcddfe71c87d9c76e8ea3462b886 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Fri, 21 Jul 2017 09:46:03 +0200 Subject: [PATCH] Add textarea rows example --- docs/documentation/form/textarea.html | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) 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. +

+
+ +
+
+ {{textarea_rows_example}} +
+
+ {% highlight html %}{{textarea_rows_example}}{% endhighlight %} +
+
+

Colors