Issue 351689 - Prevent autocomplete searches under X characters
What does this MR do and why?
Blocks autocomplete search for less then 2 characters.
closes: #351689 (closed)
Screenshots or screen recordings
Before | After |
---|---|
before-351689 | after-351689 |
How to set up and validate locally
- Enable new header search
Feature.enable(:new_header_search)
- Visit
http://127.0.0.1:3000
- Click in the header search input box
- Type in any single letter (no change)
- Type in second letter (see autocomplete suggestions pop in)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.