Solutionunvalidated
Add the missing FormField(s) that match the schema paths (e.g., dailyOrders.${index}.quantity) and ensure all input names in the UI match the form schema. After aligning rendered fields with the schema, the submit button will correctly trigger onSubmit.
a8a16a63-b932-46f2-a20d-472e23d2561e
Add the missing FormField(s) that match the schema paths (e.g., dailyOrders.${index}.quantity) and ensure all input names in the UI match the form schema. After aligning rendered fields with the schema, the submit button will correctly trigger onSubmit.