Skip to content

Commit 3f04c08

Browse files
committed
Merge branch 'input-type-reset-btn' into v4-dev
2 parents e1caaea + 5674693 commit 3f04c08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/components/buttons.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ When using button classes on `<a>` elements that are used to trigger in-page fun
5656
<button class="btn btn-primary" type="submit">Button</button>
5757
<input class="btn btn-primary" type="button" value="Input">
5858
<input class="btn btn-primary" type="submit" value="Submit">
59+
<input class="btn btn-primary" type="reset" value="Reset">
5960
{% endexample %}
6061

6162
## Outline buttons

0 commit comments

Comments
 (0)