When I enter all the required fields and click on validate then I get the following response which is correct.
{
"error": null,
"missing": [],
"valid": true
}
However when I remove one of the required fields and click on validate again, I still get the same response which is wrong. It should give me error and the valid should be false.
Can you check this and fix it.