Releases: Octagon-simon/otp-app
Releases · Octagon-simon/otp-app
React-OTP Component V1.1.2
- Added support for numeric keypad on mobile keyboard
- Added support for OTP code pasting from clipboard and auto-filling
- Prevented OTP input box skip when the user types fast
React-OTP Component V1.1.1
- Added support for mobile keyboard in mobile browser
- The next input element is now being focused on mobile browsers
What's Changed
- Update README.md by @Octagon-simon in #2
- Update README.md by @Octagon-simon in #3
- Fixed no focus on next input element in mobile keyboard by @Octagon-simon in #4
- added support for mobile keyboard by @Octagon-simon in #9
Full Changelog: v1.1...v1.1.1
React-OTP Component
- Made use of the
useRef
hook for easy DOM manipulation - Restructured the app to contain just 2 files; The style file and the component itself
- Added
autoSubmit
to handle form submission - Redesigned the UI