Summary
The search bar currently doesn't do anything if you hit enter without first pressing the down arrow. This was initially done by design, but after testing more it would be better to always have the first result highlighted unless the user moves the autocomplete focus with the arrow keys manually.
Work Scope
Set the default starting autocomplete index to 0 rather than -1
Test that this does not regress the autocomplete feature
Summary The search bar currently doesn't do anything if you hit enter without first pressing the down arrow. This was initially done by design, but after testing more it would be better to always have the first result highlighted unless the user moves the autocomplete focus with the arrow keys manually.
Work Scope