Skip to content

Commit fe1b99c

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 706a7a0 commit fe1b99c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/kendo.combobox.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ var __meta__ = { // jshint ignore:line
725725
return value === undefined || value === null ? "" : value;
726726
}
727727

728+
that._toggleCloseVisibility();
728729
that.requireValueMapper(that.options, value);
729730

730731
that.trigger("set", { value: value });

src/kendo.multiselect.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ var __meta__ = { // jshint ignore:line
570570
return oldValue;
571571
}
572572

573+
that._toggleCloseVisibility();
573574
that.persistTagList = false;
574575
that.requireValueMapper(that.options, value);
575576

@@ -928,6 +929,7 @@ var __meta__ = { // jshint ignore:line
928929
that._loading.addClass(HIDDENCLASS);
929930
that._request = false;
930931
that._busy = null;
932+
931933
that._toggleCloseVisibility();
932934
},
933935

0 commit comments

Comments
 (0)