Skip to content

Commit d08d9ff

Browse files
committed
Revert "add title for choice item"
This reverts commit 79228ce.
1 parent a4a3eed commit d08d9ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2712,7 +2712,7 @@ the specific language governing permissions and limitations under the Apache Lic
27122712

27132713
formatted=this.opts.formatSelection(data, choice.find("div"));
27142714
if (formatted != undefined) {
2715-
choice.find("div").replaceWith("<div title='"+this.opts.escapeMarkup(formatted)+"'>"+this.opts.escapeMarkup(formatted)+"</div>");
2715+
choice.find("div").replaceWith("<div>"+this.opts.escapeMarkup(formatted)+"</div>");
27162716
}
27172717
cssClass=this.opts.formatSelectionCssClass(data, choice.find("div"));
27182718
if (cssClass != undefined) {

0 commit comments

Comments
 (0)