|
@@ -66,7 +66,9 @@ define([
|
|
|
};
|
|
|
|
|
|
SingleSelection.prototype.clear = function () {
|
|
|
+
|
|
|
this.$selection.find('.select2-selection__rendered').empty();
|
|
|
+ this.$selection.find('.select2-selection__rendered').attr('title',''); // clear tooltip on empty
|
|
|
};
|
|
|
|
|
|
SingleSelection.prototype.display = function (data, container) {
|