You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2022. It is now read-only.
Select To Autocomplete: Redesigned Country Selector
An improved way to select a country in web forms.
* Design improves upon a standard country dropdown list.
* Accepts keyboard typing input.
* Autocomplete from a list of synonyms.
* Handles typos.
* Prioritizes autocomplete results.
The solution is a redesigned country selector that addresses the issues of drop-down country selectors. It handles typos, various spelling sequences, synonyms and prioritized options.
The technically correct term for this would be something like an “auto-complete text field with loose partial matching, synonyms and weighted results.” That’s a bit long, so I’ve simply dubbed it the “Redesigned Country Selector”.
- Read the article Redesigning The Country Selector by Christian Holst from Smashing Magazine