diff --git a/app/views/issues/_form.html.haml b/app/views/issues/_form.html.haml
index 2bb5e6c..936f9ea 100644
--- a/app/views/issues/_form.html.haml
+++ b/app/views/issues/_form.html.haml
@@ -64,6 +64,9 @@
event.preventDefault();
}
})
+ .bind( "click", function( event ) {
+ $( this ).autocomplete("search", "");
+ })
.autocomplete({
minLength: 0,
source: function( request, response ) {
--
libgit2 0.21.2