diff --git a/domains.php b/domains.php index 0efc250..b356cd9 100644 --- a/domains.php +++ b/domains.php @@ -25,10 +25,13 @@ limitations under the License. + + + diff --git a/js/domains.js b/js/domains.js index 6e811b3..d7d32c5 100644 --- a/js/domains.js +++ b/js/domains.js @@ -47,6 +47,10 @@ $(document).ready(function() { $('#searchType').change(function() { requestData(); }); + + $('#searchType').select2({ + minimumResultsForSearch: Infinity + }); }); function requestData() {