We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a3eed commit d08d9ffCopy full SHA for d08d9ff
1 file changed
select2.js
@@ -2712,7 +2712,7 @@ the specific language governing permissions and limitations under the Apache Lic
2712
2713
formatted=this.opts.formatSelection(data, choice.find("div"));
2714
if (formatted != undefined) {
2715
- choice.find("div").replaceWith("<div title='"+this.opts.escapeMarkup(formatted)+"'>"+this.opts.escapeMarkup(formatted)+"</div>");
+ choice.find("div").replaceWith("<div>"+this.opts.escapeMarkup(formatted)+"</div>");
2716
}
2717
cssClass=this.opts.formatSelectionCssClass(data, choice.find("div"));
2718
if (cssClass != undefined) {
0 commit comments