Skip to content

Commit

Permalink
- specific behavior when field have required constraint. Do not show …
Browse files Browse the repository at this point in the history
…required error along another errors, and reciprocally (Closes guillaumepotier#142)
  • Loading branch information
guillaumepotier committed Mar 11, 2013
1 parent 64fc9a4 commit cf87544
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 29 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

**1.1.15 (next version)**

- specific behavior when field have required constraint. Do not show required error
along another errors, and reciprocally (#142)

**1.1.14 (current stable)**

- added luhn validator in parsley.extra (#150)
Expand Down
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

# refactos

* erroManagement bullshit function
* [DONE] refacto ugly manageErrors() function
* [DONE] stop binding `keypress` and `change` events by default. Must be passed as data
arguments. By default, onSubmit validation only
Expand Down
26 changes: 13 additions & 13 deletions dist/parsley-standalone.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/parsley.extend.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cf87544

Please sign in to comment.