OTP fields ?
#1310
Replies: 1 comment 1 reply
-
No exist a implementation about this. You can use 6 FormBuilderTextField with numeric configuration or use a external package, from this list for example |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I want to implement a screen that is for otp. The idea is that it will contain a single input box for each number/character. Starting from the first box, when the user enters a number, it will just jump to the next input box. Seems like a standard usage in most app. So I was wondering if form builder already has a similar implementation ?
Beta Was this translation helpful? Give feedback.
All reactions