File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,10 @@ This plugin was created to minimize javascript logic in the html code when deali
39
39
* ** validate_confirmation**
40
40
* ** validate_spamcheck**
41
41
* ** validate_ukvatnumber**
42
- * ** validate_swesec** - * validate swedish social security number*
42
+ * ** validate_swesec** — * validate swedish social security number*
43
43
* ** required** — * no validation except that a value has to be given*
44
- * ** validate_custom** - * Validate value against regexp (validate_custom regexp/^[ a-z] {2} [ 0-9] {2}$/)
44
+ * ** validate_custom** — * Validate value against regexp (validate_custom regexp/^[ a-z] {2} [ 0-9] {2}$/)
45
+ * ** validate_num_answers** — * Validate that a select element has the required number of selected options (validate_num_answers num5)*
45
46
46
47
* Show help information automatically when input is focused
47
48
* Validate given values immediately when input is blurred.
You can’t perform that action at this time.
0 commit comments