Table of Contents |
---|
...
Search with auto-suggest is a type of search that provides the user with relevant suggestions before the search was submitted.
<< Most communicative screenshot of the component >>
Basic Flow
After entering one character the system will check for suggestions (in case of a technical constraint, suggestion may be shown after 3 characters).
If at least one suggestion was found the autosuggest box will open.
The list will refresh after each additional keystroke.
The list will show up to 8 items with no scroll bar.
Items will be sorted by the frequency, from high to low, yet may change as needed (alphabetically, by relevancy etc.).
No item will be selected by default.
...