Open
Description
My service uses quite a few autocompletes with the 'show all values' option to act like better selects.
Most users will pick from one of the options, but we also need to support them typing something else. Although the autocomplete is an input, the current styling means that users are unlikely to just type something different.
This what we prototyped and plan to build:
Note if this were the only thing on a page we'd probably just use radios with a conditional field - but for our service this is just one of several questions on the page. And the other option should be a rarely used thing - the autocompletes have otherwise tested well (with some known issues).