hide container after triggering save event
This commit is contained in:
src
2
src/inputs/select2/select2.js
vendored
2
src/inputs/select2/select2.js
vendored
@ -104,7 +104,7 @@ $(function(){
|
||||
}
|
||||
|
||||
text = $.isArray(text) ? text.join(this.options.viewseparator) : text;
|
||||
|
||||
|
||||
$(element).text(text);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user