does the name is fixed to "form"?..
trying this
will give this TS error:
Am I missing something, or we cannot use two separate forms in one component??
Because that what I think I need.
I have two tabs: "draft" and "published". The content is really similar, but the validation logic and submit actions are different, so I wanted to define just two useForm hooks, but apparently I can't...
will give this TS error:
Am I missing something, or we cannot use two separate forms in one component??
Because that what I think I need.
I have two tabs: "draft" and "published". The content is really similar, but the validation logic and submit actions are different, so I wanted to define just two useForm hooks, but apparently I can't...