Create Slice: Load list of projects min length 0
[unfold.git] / portal / templates / fed4fire / fed4fire_slicerequest_view.html
index 729616d..15fad97 100644 (file)
@@ -55,6 +55,7 @@
 jQuery(document).ready(function(){
     var myprojects = JSON.parse(localStorage.getItem('projects'));
     $( "#authority_hrn" ).autocomplete({
+        minLength: 0,
         source: myprojects,
         change: function (event, ui) {
                 if(!ui.item){