Open tolgayildizz opened 1 year ago
If you want to get all the data in the form, you can do this: getFieldsValue(true)
Submitting in different steps cannot verify the fields in other steps. I think this is not a bug, because other form elements do not exist
If you want to verify other forms, you normally need to display the corresponding pages, but you can write a verification animation to display the corresponding pages in turn, and then trigger the verification. If you pass the verification, you will go to the next step, otherwise you will stop
In a scenario where I have more than two form fields, it sends the form ignoring the required fields because I can change it by clicking on the Steps.
It is a necessary behavior for users to change the form by clicking on it. In this case, the stepper structure does not work properly.
Only when I disable the onChange I can I get the form completely. But I don't think this is the best method.
Thank you for your help.