final-form / final-form/react-final-form
button type="reset" does not work
Open
- Dominant language
- JavaScript
- Stars
- 7.4k
- Forks
- 497
- PR merge metrics
- No merged PRs in 30d
Description
## actual
```
Reset
Submit
```
Currently default browser behavior with `type="reset"` does not work.
## expected
``` Reset```
Should clear form.
This was working previously with redux-form and this is standard browser action so that it should be supported with react-final-form
Contributor guide
Assessment
This issue has not been assessed yet.