<DebugForm />
Component to be used only for development purposes that shows the state of the form.
#
Props#
formThe form instance whose state should be shown. If not specified, it will be used the form instance available in FormContext.
#
showAllWhether or not to show all the state of the form.
#
showValuesWhether or not to show the values of the form.
#
showErrorsWhether or not to show the errors of the form.
#
showTouchedWhether or not to show the touched state of the form.
#
showInfoWhether or not to show the isDirty
, isValid
, isValidating
and isSubmitting
state of the form.