Skip to content

Commit 7cd54f5

Browse files
committed
no need to preload results, they will be loaded on open
1 parent d7f0c0a commit 7cd54f5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

select2.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -713,9 +713,6 @@
713713
if (this.select) {
714714
selected = this.select.find(":selected");
715715
this.updateSelection({id: selected.attr("value"), text: selected.text()});
716-
717-
// preload all results
718-
this.updateResults();
719716
}
720717

721718
this.setPlaceholder();

0 commit comments

Comments
 (0)