We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a954bae commit 170ca5fCopy full SHA for 170ca5f
1 file changed
src/js/select2/selection/multiple.js
@@ -85,7 +85,7 @@ define([
85
var $selection = this.selectionContainer();
86
87
$selection.append(formatted);
88
- $selection.prop('title', selection.title);
+ $selection.prop('title', selection.title || selection.text);
89
90
$selection.data('data', selection);
91
0 commit comments