We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8c49f commit f15583aCopy full SHA for f15583a
1 file changed
select2.js
@@ -1288,6 +1288,7 @@ the specific language governing permissions and limitations under the Apache Lic
1288
if (below <= this.opts.loadMorePadding) {
1289
more.addClass("select2-active");
1290
this.opts.query({
1291
+ element: this.opts.element,
1292
term: term,
1293
page: page,
1294
context: context,
@@ -1382,6 +1383,7 @@ the specific language governing permissions and limitations under the Apache Lic
1382
1383
1384
this.resultsPage = 1;
1385
opts.query({
1386
+ element: opts.element,
1387
term: search.val(),
1388
page: this.resultsPage,
1389
context: null,
0 commit comments