To improve accessibility and navigation with keyboard on that component
Describe the work that needs to be done
Need to change the action-list input with cmdk input. And do the rest...
Additional context
We can tweak the use-item-grid hook i used here to do this and instead of passing every item group, we pass a function to get an item at a certain position in the list.
What is the reason to do this refactor ?.
To improve accessibility and navigation with keyboard on that component
Describe the work that needs to be done
Need to change the action-list input with cmdk input. And do the rest...
Additional context
We can tweak the
use-item-grid
hook i used here to do this and instead of passing every item group, we pass a function to get an item at a certain position in the list.