<DebugForm />
Component to be used only for development purposes that shows the state of the form.
Props#
form#
The form instance whose state should be shown. If not specified, it will be used the form instance available in FormContext.
showAll#
Whether or not to show all the state of the form.
showValues#
Whether or not to show the values of the form.
showErrors#
Whether or not to show the errors of the form.
showTouched#
Whether or not to show the touched state of the form.
showInfo#
Whether or not to show the isDirty, isValid, isValidating and isSubmitting state of the form.