react-input-verification-code
react-input-verification-code copied to clipboard
Enable focus on clear
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?
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?