vue-otp-input icon indicating copy to clipboard operation
vue-otp-input copied to clipboard

Fix `handleOnKeyDown` preventing users from interacting using the keyboard

Open hacknug opened this issue 3 years ago • 1 comments

This PR brings back support for using the arrow keys to navigate between inputs (probably lost with https://github.com/bachdgvn/vue-otp-input/commit/fa0ad5dfe1ab08d265b6ce714102c2fea0930279). It also addresses the fact users weren't able to tab outside the component or submit when using it inside a form.

Closes #33. Closes #36.

hacknug avatar Jul 27 '21 09:07 hacknug

Thanks @hacknug!

@bachdgvn can you please merge this PR? It looks fine to me.

pratik149 avatar Dec 30 '21 07:12 pratik149

Thank you!

bachdgvn avatar Nov 05 '22 11:11 bachdgvn