aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-01-06 16:24:43 -0800
committerChris Rebert <[email protected]>2016-01-06 16:24:43 -0800
commit56746938ed143418a41ff16c7dc1a4c97bec8556 (patch)
tree5c177c6bae74f68f2fe5f31528c2236e9617f400 /docs
parentcbe9b7a035d17cc235a9cb98a8b2256ed265d8aa (diff)
downloadbootstrap-56746938ed143418a41ff16c7dc1a4c97bec8556.tar.xz
bootstrap-56746938ed143418a41ff16c7dc1a4c97bec8556.zip
Add <input type="reset"> example to Button Tags docs for completeness
[skip sauce]
Diffstat (limited to 'docs')
-rw-r--r--docs/components/buttons.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/components/buttons.md b/docs/components/buttons.md
index 2e1fd60ba..e3a4b26a8 100644
--- a/docs/components/buttons.md
+++ b/docs/components/buttons.md
@@ -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