Open
Description
I spotted a bug / poor handling where the wrong item can be selected if you're using autoselect and showAllValues.
In my example, each option has some common text appended. There's also an option that is just that text.
If you blur and focus the field again, that text is used as a search string and autoselect then selects the first entry.
The use case in my service is an autocomplete for people's names, with their team name in brackets. The team itself is also available to be selected.
I image similar could happen where any option's text also exists in other options - such as nested categories.