Validators / greaterThan

Edit on Github

Return true if the value is greater than or equals to given number.

Option Equivalent HTML attribute Type Description
message data-bv-greaterthan-message String The error message
value (*) data-bv-greaterthan-value Float The number to make a comparison to
inclusive data-bv-greaterthan-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

Comments

If you want to report a bug, please submit the issue on Github. Do NOT post the issue here.

For a general question or feedback, use the form below.