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
725
725
return value === undefined || value === null ? "" : value ;
726
726
}
727
727
728
+ that . _toggleCloseVisibility ( ) ;
728
729
that . requireValueMapper ( that . options , value ) ;
729
730
730
731
that . trigger ( "set" , { value : value } ) ;
Original file line number Diff line number Diff line change @@ -570,6 +570,7 @@ var __meta__ = { // jshint ignore:line
570
570
return oldValue ;
571
571
}
572
572
573
+ that . _toggleCloseVisibility ( ) ;
573
574
that . persistTagList = false ;
574
575
that . requireValueMapper ( that . options , value ) ;
575
576
@@ -928,6 +929,7 @@ var __meta__ = { // jshint ignore:line
928
929
that . _loading . addClass ( HIDDENCLASS ) ;
929
930
that . _request = false ;
930
931
that . _busy = null ;
932
+
931
933
that . _toggleCloseVisibility ( ) ;
932
934
} ,
933
935
You can’t perform that action at this time.
0 commit comments