pacocoursey / cmdk

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

Selected item does not scroll into view #252

Closed UltimateGG closed 2 months ago

UltimateGG commented 2 months ago

When the command is rendered the selected item does not scroll into view. The aria-selected and data-selected are both true.

UltimateGG commented 2 months ago

My bad, looks like it needs to be a controlled value for this to work. The "hovered" item is the same as the selected so you need two states.

If that is intentional this can be closed