Skip to content

Commit

Permalink
Merge pull request #4510 from martinduparc/patch-1
Browse files Browse the repository at this point in the history
Fix for #4183
  • Loading branch information
jlukic authored Mar 18, 2018
2 parents 4eef977 + 77d2739 commit 7ebb821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/modules/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ $.fn.dropdown = function(parameters) {
: text
;
if( module.can.activate( $(element) ) ) {
module.set.value(value, $(element));
module.set.value(value, text, $(element));
if(module.is.multiple() && !module.is.allFiltered()) {
return;
}
Expand Down

0 comments on commit 7ebb821

Please sign in to comment.