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 d8df34e commit 0affe17Copy full SHA for 0affe17
example.html
@@ -131,6 +131,7 @@ <h2>Example of all features</h2>
131
</p>
132
<p>
133
<strong>These features applies to select lists as well</strong>
134
+ <br />
135
<select name="whatever" data-validation="required">
136
<option value="">- - Select something - -</option>
137
<option value="1">Green</option>
@@ -153,7 +154,7 @@ <h2>Example of all features</h2>
153
154
<input type="submit" value="Validate form"/>
155
156
</form>
- </div class="section">
157
+ </div>
158
159
<h2>
160
Customized example (no border color on error, different position on error messages)
@@ -213,6 +214,6 @@ <h2>
213
214
215
</script>
216
217
218
</body>
219
</html>
0 commit comments