Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamieholst/selectToAutocomplete
Turns any select tag into an autocomplete field with weighted options, synonyms and loose matching
https://github.com/jamieholst/selectToAutocomplete
Last synced: 11 days ago
JSON representation
Turns any select tag into an autocomplete field with weighted options, synonyms and loose matching
- Host: GitHub
- URL: https://github.com/jamieholst/selectToAutocomplete
- Owner: jamieholst
- Created: 2011-10-01T18:11:42.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T16:22:34.000Z (over 5 years ago)
- Last Synced: 2024-10-30T00:30:05.283Z (17 days ago)
- Language: JavaScript
- Homepage: http://baymard.com/labs/country-selector
- Size: 491 KB
- Stars: 1,350
- Watchers: 76
- Forks: 145
- Open Issues: 33
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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
http://uxdesign.smashingmagazine.com/2011/11/10/redesigning-the-country-selector/- Try the demo
http://baymard.com/labs/country-selector