[Form] Support resetting a form to initial values #1346
Labels
component: form
This is the name of the generic UI component, not the React module!
new feature
New feature or request
Feature request
Summary
The
Form
component supports a native submit button -<button type="submit">
- but not a reset button:Examples in other libraries
<Form><Button type="reset" /></Form>
reset()
method via a hookMotivation
It's often useful to be able to discard all edits in a form and reset it to the initial values. This will could require Fields to additionally track the
initialValue
.The text was updated successfully, but these errors were encountered: