react-hook-form validate and save nested form
Solution 1:
The main that you have to do is prevent child form submit event from bubbling via event.stopPropagation
and do your staff
The main that you have to do is prevent child form submit event from bubbling via event.stopPropagation
and do your staff