Skip to content

Commit a16d4f1

Browse files
committed
One step closer to 2.2.0 release
1 parent 6fd8b1c commit a16d4f1

File tree

10 files changed

+16
-11
lines changed

10 files changed

+16
-11
lines changed

form-validator/date.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* @website http://formvalidator.net/#location-validators
1212
* @license Dual licensed under the MIT or GPL Version 2 licenses
13-
* @version 2.1.74
13+
* @version 2.2.0
1414
*/
1515
(function($) {
1616

form-validator/file.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* @website http://formvalidator.net/
1212
* @license Dual licensed under the MIT or GPL Version 2 licenses
13-
* @version 2.1.74
13+
* @version 2.2.0
1414
*/
1515
(function($, window) {
1616

form-validator/form-test.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
</div>
164164
<div class="form-group">
165165
<label class="control-label">Server validation</label>
166-
<input class="form-control" name="code"
166+
<input class="form-control" name="code" value="secret"
167167
data-validation-help="The word is &quot;secret&quot;"
168168
data-validation="alphanumeric server"
169169
data-validation-url="http://formvalidator.net/validate-email.php" />
@@ -276,7 +276,12 @@
276276
<h2>HTML5 attributes</h2>
277277
<div class="form-group">
278278
<label class="control-label">type="email"</label>
279-
<input type="email" required="required" />
279+
<input type="text" required="required" list="mejl" />
280+
<datalist id="mejl">
281+
<option value="Test">Test</option>
282+
<option value="test2">test2</option>
283+
<option value="test3">test3</option>
284+
</datalist>
280285
</div>
281286
<div class="form-group">
282287
<label class="control-label">type="url" (optional)</label>

form-validator/html5.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* @website http://formvalidator.net/
1919
* @license Dual licensed under the MIT or GPL Version 2 licenses
20-
* @version 2.1.74
20+
* @version 2.2.0
2121
*/
2222
(function($, window) {
2323

form-validator/jquery.form-validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @website http://formvalidator.net/
77
* @license Dual licensed under the MIT or GPL Version 2 licenses
8-
* @version 2.1.74
8+
* @version 2.2.0
99
*/
1010
(function($) {
1111

form-validator/jquery.form-validator.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/location.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* @website http://formvalidator.net/#location-validators
1212
* @license Dual licensed under the MIT or GPL Version 2 licenses
13-
* @version 2.1.74
13+
* @version 2.2.0
1414
*/
1515
(function($) {
1616

form-validator/security.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* - cvv
1414
*
1515
* @website http://formvalidator.net/#security-validators
16-
* @version 2.1.74
16+
* @version 2.2.0
1717
*/
1818
(function($, window) {
1919

form-validator/sweden.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @website http://formvalidator.net/#swedish-validators
1515
* @license Dual licensed under the MIT or GPL Version 2 licenses
16-
* @version 2.1.74
16+
* @version 2.2.0
1717
*/
1818
(function($, window) {
1919

form-validator/uk.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @website http://formvalidator.net/#uk-validators
1111
* @license Dual licensed under the MIT or GPL Version 2 licenses
12-
* @version 2.1.74
12+
* @version 2.2.0
1313
*/
1414
$.formUtils.addValidator({
1515
name : 'ukvatnumber',

0 commit comments

Comments
 (0)