Skip to content

Commit

Permalink
default scrollOnSelect to true to avoid modifying existing behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
boweihan committed Dec 5, 2017
1 parent b8afaa6 commit b0ee5d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/select2/defaults.js
Expand Up @@ -365,6 +365,7 @@ define([
maximumSelectionLength: 0,
minimumResultsForSearch: 0,
selectOnClose: false,
scrollOnSelect: true,
sorter: function (data) {
return data;
},
Expand Down

0 comments on commit b0ee5d5

Please sign in to comment.