pacocoursey / cmdk

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

Can not select command item on mobile with regular tap #85

Closed yannxaver closed 1 year ago

yannxaver commented 1 year ago

I can only select a command item by initiating a scroll motion on it.

https://user-images.githubusercontent.com/17554280/218114150-3d9494bf-5981-41b9-ae9e-fb6c4701ca0e.mp4

joryphillips commented 1 year ago

This is a bit of a problem for me too.

Edit: looks like a fast & dirty fix for mobile/touch might be adding store.setState('value', value.current, true) to the onSelect() function