-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IOPLT-236] Adds the new OTPInput
component
#161
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When clicking on an input box and then pressing a keybord key nothing happens (only the , and . seems to work)
addressed in 440757f |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- removes useEffect from OTPInput.tsx
- replace React.createRef with React.useRef
Short description
This PR implements the new
OTPInput
component.List of changes proposed in this pull request
BoxedInput
component for number/secret representationOTPInput
component to mask a real hidden TextInputHow to test
Check the example app related page
Simulator.Screen.Recording.-.iPhone.14.Pro.-.2023-12-05.at.09.43.44.mp4