aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-01-06 16:25:32 -0800
committerChris Rebert <[email protected]>2016-01-06 16:25:32 -0800
commit3f04c082dd30b04e1151098ee180ffe5974f3986 (patch)
tree31dc0d76758c39471fb11bf748a30f1c32c18710 /docs
parente1caaea06f03e07f1f51af44dc73c97d9abc0cb9 (diff)
parent56746938ed143418a41ff16c7dc1a4c97bec8556 (diff)
downloadbootstrap-3f04c082dd30b04e1151098ee180ffe5974f3986.tar.xz
bootstrap-3f04c082dd30b04e1151098ee180ffe5974f3986.zip
Merge branch 'input-type-reset-btn' into v4-dev
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