Keyboard Input #81
aaronculp-droneup
started this conversation in
General
Replies: 1 comment
-
I would like to use this package for 1-9 buttons a user can press to
create the pin
I am afraid this is out of scope of react-pin-field. The aim of the lib
is to type a code, using a keyboard. What you need is buttons to press
or touch (kind of simulating a keyboard). This can be easily done on its
own, just need 9 buttons with onClick handlers that update the same text
input.
|
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
-
Curious how to wire this up with buttons instead of inputs....
I would like to use this package for 1-9 buttons a user can press to create the pin
Beta Was this translation helpful? Give feedback.
All reactions