File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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 } ) ;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments