" ,
"",
"",
@@ -2005,7 +2005,6 @@ the specific language governing permissions and limitations under the Apache Lic
this.selection.addClass("select2-default");
this.container.removeClass("select2-allowclear");
- this.selection.find("abbr").hide();
}
},
@@ -2084,7 +2083,6 @@ the specific language governing permissions and limitations under the Apache Lic
if (this.opts.allowClear && this.getPlaceholder() !== undefined) {
this.container.addClass("select2-allowclear");
- this.selection.find("abbr").show();
}
},