Optional
compareCompares the field with another field specified by its ID.
Optional
dateIndicates if the field should be validated as a date.
Optional
digitsIndicates if the field should be validated as digits.
Optional
disallowedDisallowed days of the week for the field.
Optional
emailIndicates if the field should be validated as an email.
Optional
errorJQuery selector of the element to add the error after.
Optional
maxMaximum date validation for the field.
Optional
maxMaximum length validation for the field.
Optional
maxMaximum value validation for the field.
Optional
minMinimum date validation for the field.
Optional
minMinimum digits length validation for the field.
Optional
minMinimum length validation for the field.
Optional
moneyIndicates if the field should be validated as a monetary value.
Optional
numberIndicates if the field should be validated as a number.
Optional
positiveIndicates if the field should be validated as a positive number.
Optional
requiredIndicates if the field is required.
Optional
validateIndicates if the field should be validated even if it is hidden.
Interface representing various validation rules for a field.