Replies: 4 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
There is an RFC for that, from @benoitgrelard: #1978 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Appears that RFC hasn't had any activity in 9 months |
Beta Was this translation helpful? Give feedback.
0 replies
-
Additional examples |
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.
-
Feature request
It would be nice to have some sort of pin input for OTPs or email sent short codes for login.
Overview
Many user authentication strategies rely on sending a one-time password (OTP) or a short code that could be numeric or alphanumeric. You can of course use a simple input for that, but many sites implement one input box for each character which makes for a clear indication and leaves no room for whitespace. It also handles the paste event correctly.
Examples in other libraries
Chakra UI
Who does this impact? Who is this for?
Anybody that needs to deal with OTPs
Beta Was this translation helpful? Give feedback.
All reactions