...
name | type | required | default value | description |
---|---|---|---|---|
from | string any | no | none | Minimum value. |
to | string any | no | none | Maximum value. |
exclusively | boolean | no | false | If 'false', when the value is same as 'from' or 'to', validator will accept. |
message | string | no | none | Message that will be displayed in case of error. |
...