We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0967c67 commit e7bd3a3Copy full SHA for e7bd3a3
1 file changed
select2.js
@@ -3123,7 +3123,7 @@ the specific language governing permissions and limitations under the Apache Lic
3123
var self=this, ids, old;
3124
if (arguments.length === 0) {
3125
return this.selection
3126
- .find(".select2-search-choice")
+ .children(".select2-search-choice")
3127
.map(function() { return $(this).data("select2-data"); })
3128
.get();
3129
} else {
0 commit comments