There was an error while loading. Please reload this page.
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); } }