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
Even when I set
rules={[
{
required: true,
},
]}
form is still submitting even when all the fields are blank
message.txt9.08KB
