Skip to content

Commit 6b176dd

Browse files
authored
Merge pull request #4423 from Semantic-Org/avalanche1-patch-2
'on: change' causes error prompts to appear when blurring field
2 parents 7142b31 + b85ae81 commit 6b176dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/definitions/behaviors/form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ $.fn.form = function(parameters) {
358358
module.validate.field( validationRules );
359359
}
360360
}
361-
else if(settings.on == 'blur' || settings.on == 'change') {
361+
else if(settings.on == 'blur') {
362362
if(validationRules) {
363363
module.validate.field( validationRules );
364364
}

0 commit comments

Comments
 (0)