|
@ -2040,10 +2040,13 @@ $.fn.dropdown = function(parameters) { |
|
|
hasInput = ($input.length > 0), |
|
|
hasInput = ($input.length > 0), |
|
|
isAddition = !module.has.value(value), |
|
|
isAddition = !module.has.value(value), |
|
|
currentValue = module.get.values(), |
|
|
currentValue = module.get.values(), |
|
|
|
|
|
stringValue = (typeof value == 'number') |
|
|
|
|
|
? value.toString() |
|
|
|
|
|
: value, |
|
|
newValue |
|
|
newValue |
|
|
; |
|
|
; |
|
|
if(hasInput) { |
|
|
if(hasInput) { |
|
|
if(value == currentValue) { |
|
|
|
|
|
|
|
|
if(stringValue == currentValue) { |
|
|
module.verbose('Skipping value update already same value', value, currentValue); |
|
|
module.verbose('Skipping value update already same value', value, currentValue); |
|
|
if(!module.is.initialLoad()) { |
|
|
if(!module.is.initialLoad()) { |
|
|
return; |
|
|
return; |
|
|