Skip to content

Commit

Permalink
Merge pull request #4423 from Semantic-Org/avalanche1-patch-2
Browse files Browse the repository at this point in the history
'on: change' causes error prompts to appear when blurring field
  • Loading branch information
jlukic authored Feb 20, 2018
2 parents 7142b31 + b85ae81 commit 6b176dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/behaviors/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ $.fn.form = function(parameters) {
module.validate.field( validationRules );
}
}
else if(settings.on == 'blur' || settings.on == 'change') {
else if(settings.on == 'blur') {
if(validationRules) {
module.validate.field( validationRules );
}
Expand Down

0 comments on commit 6b176dd

Please sign in to comment.