Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 882fdd0

Browse files
committed
Merge branch 'master' of github.com:davidkpiano/react-redux-form
2 parents 4e8baf1 + ac419d4 commit 882fdd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api/Control.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The following pre-defined `<Control>`s are available:
3434
- `<Control.file>` for `<input type="file" />`
3535
- `<Control.select>` for `<select></select>`
3636
- `<Control.button>` for `<button></button>`
37+
- `<Control.reset>` for `<button type="reset"></button>`
3738

3839
You can add your own types to the basic `<Control>` component as an attribute:
3940
`<Control type="password">`

0 commit comments

Comments
 (0)