Skip to content

Commit 0d5930b

Browse files
committed
Added documentation about validate_num_answers
1 parent f26c419 commit 0d5930b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ This plugin was created to minimize javascript logic in the html code when deali
3939
* **validate_confirmation**
4040
* **validate_spamcheck**
4141
* **validate_ukvatnumber**
42-
* **validate_swesec** - *validate swedish social security number*
42+
* **validate_swesec** *validate swedish social security number*
4343
* **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)*
4546

4647
* Show help information automatically when input is focused
4748
* Validate given values immediately when input is blurred.

0 commit comments

Comments
 (0)