datalust / seq-tickets

Issues, design discussions and feature roadmap for the Seq log server
https://datalust.co/seq
98 stars 5 forks source link

Don't trigger autocomplete on `ENTER` unless a completion is explicitly selected #2316

Closed nblumhardt closed 1 week ago

nblumhardt commented 1 week ago

When typing in the search box, currently both ENTER and TAB select the default completion.

This is annoying when the contents of the search box are the complete intended search: hitting ENTER to search instead selects the default completion; to work around this ESC must be pressed first.

In 2025.1, ENTER should only trigger completions that have been explicitly selected using the up/down arrow keys. Otherwise, TAB should be the primary way to insert the default completion.