Merge branch 'brennanroberts/gitlab-ce-22872-prevent-default-search-autocomplete'
Prevent conflict b/w search field and its dropdown What does this MR do? Stops the global search form's default "action" from fighting with dropdown items when using the keyboard to navigate the dropdown. `e.preventDefault()` is now called on the enter key when a dropdown item is already selected. Closes #22872 See merge request !6643
Showing
Please register or sign in to comment