|
@ -2291,7 +2291,7 @@ $.fn.dropdown = function(parameters) { |
|
|
newValue |
|
|
newValue |
|
|
; |
|
|
; |
|
|
if(hasInput) { |
|
|
if(hasInput) { |
|
|
if(settings.allowReselection && stringValue == currentValue) { |
|
|
|
|
|
|
|
|
if(!settings.allowReselection && 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; |
|
|