We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1867b5 commit 2912900Copy full SHA for 2912900
1 file changed
select2.js
@@ -1290,7 +1290,6 @@ the specific language governing permissions and limitations under the Apache Lic
1290
this.positionDropdown();
1291
1292
this.dropdown.addClass("select2-drop-active");
1293
- this.ensureHighlightVisible();
1294
1295
// attach listeners to events that can change the position of the container and thus require
1296
// the position of the dropdown to be updated as well so it does not come unglued from the container
@@ -1542,7 +1541,6 @@ the specific language governing permissions and limitations under the Apache Lic
1542
1541
}
1543
1544
function postRender() {
1545
- results.scrollTop(0);
1546
search.removeClass("select2-active");
1547
self.positionDropdown();
1548
0 commit comments