Request Slice: min 0 start autocomplete at focus
authorLoic Baron <loic.baron@lip6.fr>
Thu, 27 Feb 2014 17:09:57 +0000 (18:09 +0100)
committerLoic Baron <loic.baron@lip6.fr>
Thu, 27 Feb 2014 17:09:57 +0000 (18:09 +0100)
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))}
     });
 });