summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_search_bar.html.haml
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-01-21 01:44:36 -0600
committerMike Greiling <mike@pixelcog.com>2017-01-21 20:13:20 -0600
commit37382d3299c7d229931295fe9848674b3121ae7d (patch)
tree49f48f09ebf906ddea50529b83972ffbbc493879 /app/views/shared/issuable/_search_bar.html.haml
parent17f0c99c39f7919f7b8ae97034aa0d1cf646017f (diff)
downloadgitlab-ce-37382d3299c7d229931295fe9848674b3121ae7d.tar.gz
allow issue filter submission by clicking "Keep typing and press enter"
Diffstat (limited to 'app/views/shared/issuable/_search_bar.html.haml')
-rw-r--r--app/views/shared/issuable/_search_bar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml
index be5f08d8a40..e9644ca0f12 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -17,7 +17,7 @@
= icon('times')
#js-dropdown-hint.dropdown-menu.hint-dropdown
%ul{ 'data-dropdown' => true }
- %li.filter-dropdown-item{ 'data-value' => '' }
+ %li.filter-dropdown-item{ 'data-action' => 'submit' }
%button.btn.btn-link
= icon('search')
%span