Hacker News new | ask | show | jobs
by jcotton42 1098 days ago
Unless the form has been horribly butchered, that should still work, since the browser will select from the dropdown as you type, so long as the dropdown is focused.
1 comments

1. It's not intuitive that you can type in a dropdown.

2. It's not always obvious if a dropdown is focused or not.

It's orthogonal, but focus doesn't always cycle in the obvious order of input fields with nothing in between.

As for the field, couldn't it be a text field with a small down arrow within for a dropdown option?

Every native dropdown in your OS supports typing to select an option. While it might be arguable if it's intuitive, it definitely is a common pattern.