We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b528391 commit 239ad24Copy full SHA for 239ad24
form-validator/form-test.html
@@ -94,6 +94,18 @@
94
<input name="even numbers" class="form-control" name="test4" data-validation="even_number" />
95
</div>
96
97
+ <div class="form-group">
98
+ <label class="control-label">Make a choice</label>
99
+ <br />
100
+ <select name="choice" data-validation="required" data-validation-error-msg="Please make a choice">
101
+ <option value="">- - Choose - -</option>
102
+ <option>A</option>
103
+ <option>B</option>
104
+ <option>C</option>
105
+ <option>D</option>
106
+ </select>
107
+ </div>
108
+
109
<div class="form-group">
110
<label class="control-label">Text</label>
111
(<span id="max-len">20</span> chars left)<br />
0 commit comments