File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 1.4.1 - Unreleased
4
4
5
+ - Validate pattern: always validate form elements when they are changed instead
6
+ of waiting for a first form submit. This fixes
7
+ [ ticket 324] ( https://github.com/Patternslib/Patterns/issues/324 ) .
8
+
5
9
- Update to a new version of [ shower] ( http://shwr.me/ ) which does not hijack
6
10
key events when not in presentation mode. This fixes
7
11
[ ticket 315] ( https://github.com/Patternslib/Patterns/issues/315 ) .
8
12
9
-
10
13
- Handle security errors when checking if a browser supports sessions storage.
11
14
This fixes [ ticket 326] ( https://github.com/Patternslib/Patterns/issues/326 ) .
12
15
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ define([
19
19
var parsley_form , field , i ;
20
20
21
21
parsley_form = $ ( this ) . parsley ( {
22
+ trigger : "change keyup" ,
22
23
successClass : "valid" ,
23
24
errorClass : "warning" ,
24
25
errors : {
You can’t perform that action at this time.
0 commit comments