You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Feature Request
I want to use the OTP input field without a form and want a key down or keypress event to track the Enter Key so that I can submit the value when the enter key is pressed.
Describe Preferred Solution
...
onKeyDown={keydown}
...
/>```
calebrotich, EdgarOrtegaRamirez and kumarsandeep91