I have a form that I want to hook up two different submit buttons to. I'm trying to use the Form component to utilize validation. I see two possible work-arounds:
Force validation when I click either of the two buttons, or
Have two submits buttons, or essentially, two diff submit props in Form.
Hi,
I have a form that I want to hook up two different submit buttons to. I'm trying to use the
Form
component to utilize validation. I see two possible work-arounds:Are either of these possible?