Commit 4ca3e367 authored by Fred Delrieu's avatar Fred Delrieu

Example of textarea

parent 444973e5
......@@ -1323,7 +1323,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<textarea class="form-control" rows="3"></textarea>
</form>
{% highlight html %}
<textarea rows="3"></textarea>
<textarea class="form-control" rows="3"></textarea>
{% endhighlight %}
<h3>Checkboxes and radios</h3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment