I just discovered Select2, and it looks amazing.
Let’s say I have a standard list of country names. If I have “United States” listed but someone types in “US” or “USA”, that’s not going to show them the “United States” item that they’re looking for. Is there a way to set “alternative” values that can be used to make list searching a bit less rigid? (I know they would also probably see other results when they type “US”, but seeing 3-4 options is better than seeing ~200.)
If this isn’t possible yet, it’d be great if this could be added to the “suggestions” list.
Maybe it’d be something like:
<option value="United States" data-select2="US,USA,America">United States</option>
Thanks for your help!