react-input-verification-code icon indicating copy to clipboard operation
react-input-verification-code copied to clipboard

Enable focus on clear

Open joaopgsilva opened this issue 3 years ago • 1 comments

Is there a way to focus the first box on clear?

In the controllable example https://codesandbox.io/s/controllable-32dfy when filling a value and clearing I would like to have the first box focused again so I could start writing a code immediately again. Is this possible?

joaopgsilva avatar Jul 12 '22 09:07 joaopgsilva

Hey @joaopgsilva,

IMO, in order to do this, the component should accept a custom ref You'll then be able to manually trigger the focus

Is this something you would like to work on?

ugogo avatar Jul 12 '22 11:07 ugogo