Validators / greaterThan
Return true if the value is greater than or equals to given number.
| Option | Type | Description |
|---|---|---|
message |
String | The error message |
value (*) |
Float | The number to make a comparison to |
inclusive |
Boolean | Can be true or false.If true, the input value must be greater than the comparison one.If false, the input value must be greater than or equal to the comparison one |