Replies: 3 comments
-
|
https://www.npmjs.com/package/react-verification-input is a good example of the behaviour I'm discussing here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I will have a look. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is fixed in the latest version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
You should add an additional prop so that you can toggle backspace behaviour. Existing behaviour is that backspace will remove the current character but remain focused on the current input. You have to press backspace again to go to the previous character. So I have to backspace twice to get to the previous character instead of once.
I would like behaviour that when you press backspace, it remove the current character input and focuses on the previous one.
Beta Was this translation helpful? Give feedback.
All reactions