useStepForm
if form submit has backend field errors, it is showing for current step but if back to previous step, error vanished
{options?.map((category) => (
{index + 1} - {title}
@refinedev/antd, you need to ensure that errors are managed and displayed correctly across different steps. Here is an example of how you can achieve this:<Input />
<Select {...categorySelectProps} />
Previous
Next
Submit
@refinedev/antd, you can manually set the errors in the form state when navigating between steps. Here’s how you can achieve this:<Input />
<Select {...categorySelectProps} />
Previous
Next
<Input />
<Select {...categorySelectProps} />
Previous
Next
Submit
@refinedev/antd, you can manually set the errors in the form state when navigating between steps. Here’s how you can achieve this:<Input />
<Select {...categorySelectProps} />
Previous
Next
Submit
useStepsFormuseStepsFormuseStepsFormuseStepsFormuseStepsForm@refinedev/react-hook-formForm.ItemForm.ItemForm.Item``
In this example, the onFinishFailed