Jack Lukic
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/definitions/modules/dropdown.js
|
@ -1617,7 +1617,7 @@ $.fn.dropdown = function(parameters) { |
|
|
: text |
|
|
: text |
|
|
; |
|
|
; |
|
|
if( module.can.activate( $(element) ) ) { |
|
|
if( module.can.activate( $(element) ) ) { |
|
|
module.set.value(value, $(element)); |
|
|
|
|
|
|
|
|
module.set.value(value, text, $(element)); |
|
|
if(module.is.multiple() && !module.is.allFiltered()) { |
|
|
if(module.is.multiple() && !module.is.allFiltered()) { |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|