All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix clean inputs (see #22)
- Fix clear input fields on success (see #16)
- Fix focus
- Supports auto-fill and past of codes.
- Fixed crash which occurs when using iOS 12's security code auto-fill feature.
- Corrected Typos in Readme/Changelog
- allow to not pass
codeprop.
- handle backspace event
- New prop
checkPinCode(optional). Called to check pin code (codeprop is not used ifcheckPinCodeprop is present) - New prop
obfuscation(optional). Obfuscate code if set to true
- Update Readme to add simple example.
- Use
code.lengthifnumberprop is not used.