Skip to content

validation issue for numbers #144

@fariz-huseynov

Description

@fariz-huseynov

the following code block doesn't work.

if (this.schema.minimum) { if (!(Number(this.value) >= this.schema.minimum)) { return this.e('Must greater than or equal ' + this.schema.minimum); } } 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions