Accessible "Chips" Pattern
Based on the Web Overhauls Accessible chips demo. Modified to remove jQuery and use the HTML datalist element instead of a custom autosuggest.
Basic Interaction
- Enter a U.S. city name via typing/autosuggest.
- Press the Add City button.
- City appears in list below; press remove/X to remove selection.