live_select icon indicating copy to clipboard operation
live_select copied to clipboard

Move KeyUp/KeyDown client side

Open pinetops opened this issue 6 months ago • 1 comments

Responsiveness can get a bit poor if you increase latency. KeyUp/KeyDown is a place that it would be pretty easy to move to the hook.

Happy to submit a PR for this, but let me know if you'd like this to replace current behavior or be enabled based on a new option.

pinetops avatar May 26 '25 12:05 pinetops

Thanks. I think everything gets poor in LiveView when you increase latency :) That said, I'm open to move functionality to the hook if it increases UX. Maybe you can create a simple PR that showcases what you have in mind, and we can take it from there.

maxmarcon avatar May 29 '25 09:05 maxmarcon