Table of Contents |
---|
Description
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, suggestions may be shown after entering 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. Other sort options will be implemented as needed (e.g., alphabetically, relevancy etc.).
No item will be selected by default.
...