Igor Vaynberg 13 lat temu
rodzic
commit
050a23b53d
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      select2.js

+ 2 - 2
select2.js

@@ -868,9 +868,9 @@
             if (below <= 0) {
                 more.addClass("select2-active");
                 this.opts.query({
-                        term: this.search.val(),
+                        term: term,
                         page: page,
-                        context: this.context,
+                        context: context,
                         matcher: this.opts.matcher,
                         callback: this.bind(function (data) {