AutoComplete
When to use
Use when users search and select from a large dataset. The dropdown filters as they type.
When not to use
For small option sets (under 10), use Select. AutoComplete adds unnecessary complexity for short lists.
Guidelines
- Minimum characters: Wait for 2 or 3 characters before showing suggestions to reduce noise.
- Highlight matches: Bold the matching part so users can scan results quickly.
- Allow free text: Unless selection from the list is required, let users type custom values.
How it works