pacocoursey / cmdk

Fast, unstyled command menu React component.
https://cmdk.paco.me
MIT License
9.42k stars 265 forks source link

Wraparound when using arrow keys #56

Closed Kilian closed 1 year ago

Kilian commented 1 year ago

With the input focused and using the arrow keys to navigate, it would be nice if focus wrapped around after reaching the end of the list (and conversely, pressing "up" from the input should focus the last item in the filtered list)