Skip to content

minimum

jdubs edited this page Oct 23, 2016 · 1 revision

Overview

Requires the entered value, when parsed to an integer, must be greater than the amount specified.

Parameters

( options ) Includes all optional properties applied to all validators

Example

[[Total]]
spec['Total'].minimum({ min: 100 });

Clone this wiki locally