The autocomplete for the starting location isn't keyboard accessible, because to get to the autocomplete results, you have to first tab through the textbox for ending location, which hides the starting location autocomplete results.
We should fix this and make the autocomplete accessible, ideally also making SelectionListItems be <button>s, and improving the focus styling of all of the inputs involved, as the focus state is ugly with default styling
The autocomplete for the starting location isn't keyboard accessible, because to get to the autocomplete results, you have to first tab through the textbox for ending location, which hides the starting location autocomplete results.
We should fix this and make the autocomplete accessible, ideally also making SelectionListItems be
<button>
s, and improving the focus styling of all of the inputs involved, as the focus state is ugly with default styling