sort results
authorMoritz Warning <moritzwarning@web.de>
Wed, 29 Jan 2020 14:55:41 +0000 (15:55 +0100)
committerMoritz Warning <moritzwarning@web.de>
Wed, 29 Jan 2020 14:55:41 +0000 (15:55 +0100)
www/index.js

index c033ebaf1ddb25d8120b69c8ec764ba4e7806e8c..b17fa325c0b5cfe303fffcb8363b795b4e491c6f 100644 (file)
@@ -46,8 +46,9 @@ function setupAutocompleteList(input, items, onselection) {
   // the text field element and an array of possible autocompleted values:
   var currentFocus = -1;
 
-  // execute a function when someone writes in the text field:
+  items.sort();
 
+  // execute a function when someone writes in the text field:
   input.oninput = function(e) {
     console.log("input");
     // clear images