Type guard to check that a form is submittable. For a form to be submittable, the submission status is either
Idle or Failure. Either of these statuses indicates that a form can be submitted, and any of the other
submission statuses indicate the form should be disabled.
Type guard to check that a form is submittable. For a form to be submittable, the submission status is either
IdleorFailure. Either of these statuses indicates that a form can be submitted, and any of the other submission statuses indicate the form should be disabled.