Skip to content

Commit 0d19f88

Browse files
authored
Merge pull request #15 from AndyButland/feature/add-support-for-formnovalidate
Adds support for the formnovalidate attribute to skip validation on back buttons in multi-page forms.
2 parents 262e10e + 6b88854 commit 0d19f88

File tree

11 files changed

+6998
-2856
lines changed

11 files changed

+6998
-2856
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ v.addProvider('classicmovie', (value, element, params) => {
134134
// Let [Required] handle validation error for empty input...
135135
return true;
136136
}
137-
137+
138138
// Unlike the original, data-val-classicmovie-year is bound automatically to params['year'] as string!
139139
let year = parseInt(params.year);
140140
let date = new Date(value);

dist/aspnet-validation.js

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/aspnet-validation.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.

dist/aspnet-validation.min.js.map

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

0 commit comments

Comments
 (0)