diff --git a/app/views/issues/_form.html.haml b/app/views/issues/_form.html.haml
index 2bb5e6ca5ac55c4f8a999c441641fc1632586b00..936f9ead3ea3bae9c1a5af38a51d1aa84a291f10 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 ) {