We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85d131 commit 88ab9f9Copy full SHA for 88ab9f9
1 file changed
select2.js
@@ -858,7 +858,9 @@
858
below, // pixels the element is below the scroll fold, below==0 is when the element is starting to be visible
859
offset = -1, // index of first element without data
860
page = this.resultsPage + 1,
861
- self=this;
+ self=this,
862
+ term=this.search.val(),
863
+ context=this.context;
864
865
if (more.length === 0) return;
866
below = more.offset().top - results.offset().top - results.height();
0 commit comments