You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -111,14 +111,14 @@ Read the documentation for the file module at [http://formvalidator.net/#file-va
111
111
* Suggest county
112
112
* Suggest municipality
113
113
114
-
Read the documentation for the Swedish module at [http://formvalidator.net/#sweden-validators](http://formvalidator.net/#sweden-validators)
114
+
Read the documentation for the Swedish module at [http://formvalidator.net/#sweden-validators](http://www.formvalidator.net/#country-specific-validators_sweden)
115
115
116
116
### Module: uk
117
117
***ukvatnumber**
118
118
***uknin** - *validate UK National Insurance number*
119
119
***ukutr** - *validate UK Unique Taxpayer Reference number*
120
120
121
-
Read the documentation for the UK module at [http://formvalidator.net/#uk-validators](http://formvalidator.net/#uk-validators)
121
+
Read the documentation for the UK module at [http://formvalidator.net/#uk-validators](http://www.formvalidator.net/#country-specific-validators_uk)
122
122
123
123
### Module: brazil
124
124
***brphone** — *Validate a brazilian telephone number*
@@ -268,6 +268,8 @@ dialogs yourself. Here you can read more about [localization](http://formvalidat
268
268
- Security module now has a `recaptcha` validator that uses Google reCaptcha 2
269
269
- The plugin is installable using npm (also possible to require validation modules when using browserify)
270
270
- Polish validation module
271
+
- Brazilian validation module
272
+
- UK validation module now also have validators `uknin``ukutr`
271
273
- New module named "logic" containing the features `data-validation-depends-on` and `data-validation-optional-if-answered`
0 commit comments