create

Form submitting even when failing antd validation

Even when I set

rules={[
{
required: true,
},
]}

form is still submitting even when all the fields are blank
Was this page helpful?