Browse Source

Fix Add Errors Should Display Immediately #1172

fixes annoying issue :  https://github.com/Semantic-Org/Semantic-UI/issues/1172
pull/2887/head
tvildo 9 years ago
parent
commit
6eda430d3c
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/behaviors/form.js

1
src/definitions/behaviors/form.js

@ -557,6 +557,7 @@ $.fn.form = function(parameters) {
},
errors: function(errors) {
module.debug('Adding form error messages', errors);
module.set.error();
$message
.html( settings.templates.error(errors) )
;

Loading…
Cancel
Save