diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-01-21 01:44:36 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-01-21 20:13:20 -0600 |
commit | 37382d3299c7d229931295fe9848674b3121ae7d (patch) | |
tree | 49f48f09ebf906ddea50529b83972ffbbc493879 /app/views | |
parent | 17f0c99c39f7919f7b8ae97034aa0d1cf646017f (diff) | |
download | gitlab-ce-37382d3299c7d229931295fe9848674b3121ae7d.tar.gz |
allow issue filter submission by clicking "Keep typing and press enter"
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/shared/issuable/_search_bar.html.haml | 2 |
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 |