selecto icon indicating copy to clipboard operation
selecto copied to clipboard

How to support keyboard shortcuts? (react-selecto)

Open tomelliot opened this issue 3 weeks ago • 0 comments

I'm trying to add keyboard shortcuts (like select-all ("meta+a"), select-none ("esc")) in a react-selecto instance.

Is there a way to handle this with Selecto? Currently I don't see a way - the onSelect handler ends up with a state mismatch, because there's no hook for synchronising internal state with external state.

tomelliot avatar Jun 11 '24 10:06 tomelliot