Request Slice: min 0 start autocomplete at focus
[myslice.git] / portal / templates / slicerequest_view.html
index d59bd68..36bfa80 100644 (file)
@@ -99,6 +99,7 @@ jQuery(document).ready(function(){
     ];
     $( "#authority_hrn" ).autocomplete({
       source: availableTags,
+      minLength: 0,
       select: function( event, ui ) {console.log(jQuery(this))}
     });
 });