Skip to content

Can't show error message #989

Open
Open
@LeQuangKhai99

Description

@LeQuangKhai99

I have a validate:
$("div[name='birthday-form']").addClass("validate[required], custom[checkbirth], custom[checkbirthyear], custom[checkbirthmonth], custom[checkbirthday]");
But I don't want to display the 'required' error anymore, so I changed the validation to $("div[name='birthday-form']").addClass("validate[custom[checkbirth], custom[checkbirthyear], custom[checkbirthmonth], custom[checkbirthday]]"); but now it doesn't show the error message. Do you know why?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions