Skip to content

onValidate is not working properly #137

@swetapatnaik

Description

@swetapatnaik

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions