You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/documentation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,12 +122,12 @@ A set of standard validation methods is provided:
122
122
*[`dateISO` - Makes the element require an ISO date.](/dateISO-method)
123
123
*[`number` - Makes the element require a decimal number.](/number-method)
124
124
*[`digits` - Makes the element require digits only.](/digits-method)
125
-
*[`creditcard` - Makes the element require a credit card number.](/creditcard-method)
126
125
*[`equalTo` - Requires the element to be the same as another one](/equalTo-method)
127
126
128
127
Some more methods are provided as add-ons, and are currently included in additional-methods.js in the download package. Not all of them are documented here:
129
128
130
129
*[`accept` - Makes a file upload accept only specified mime-types.](/accept-method)
130
+
*[`creditcard` - Makes the element require a credit card number.](/creditcard-method)
131
131
*[`extension` - Makes the element require a certain file extension.](/extension-method)
132
132
*[`phoneUS` - Validate for valid US phone number.](/phoneUS-method)
133
133
*[`require_from_group` - Ensures a given number of fields in a group are complete.](/require_from_group-method)
0 commit comments