]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add <input type="reset"> example to Button Tags docs for completeness
authorChris Rebert <code@chrisrebert.com>
Thu, 7 Jan 2016 00:24:43 +0000 (16:24 -0800)
committerChris Rebert <code@chrisrebert.com>
Thu, 7 Jan 2016 00:24:43 +0000 (16:24 -0800)
[skip sauce]

docs/components/buttons.md

index 2e1fd60bad0e2a61cf97ae1d05b780da95a29c1b..e3a4b26a8cd733c3080ef75f096a691a61de19d7 100644 (file)
@@ -56,6 +56,7 @@ When using button classes on `<a>` elements that are used to trigger in-page fun
 <button class="btn btn-primary" type="submit">Button</button>
 <input class="btn btn-primary" type="button" value="Input">
 <input class="btn btn-primary" type="submit" value="Submit">
+<input class="btn btn-primary" type="reset" value="Reset">
 {% endexample %}
 
 ## Outline buttons