diff --git a/index.html b/index.html index bb9d10e8..74c9b7a9 100755 --- a/index.html +++ b/index.html @@ -123,7 +123,7 @@ $("#e5").select2({ $(document).ready(function() { $("#e6").select2({ placeholder: {title: "Search for a movie", id: ""}, - minimumInputLength: 3, + minimumInputLength: 1, ajax: { // instead of writing the function to execute the request we use Select2's convenient helper url: "http://api.rottentomatoes.com/api/public/v1.0/movies.json", dataType: 'jsonp', @@ -747,6 +747,19 @@ $("#e14_destroy").click(function() { $("#e14").select2("destroy"); });
++ If set to true the dropdown is not closed after a selection is made, allowing for rapid selection of multiple items. By default this option is disabled. +
+ ++ Only applies when configured in multi-select mode. +
+