Skip to content

Tags: lj031404/angular-code-input

Tags

v1.6.0

Toggle v1.6.0's commit message
Release v 1.6.0. Fixed issues and implemented cool! features: - Always uppercase keyboard AlexMiniApps#51 - Change codeLength in app AlexMiniApps#46 - Delete button is not triggering on (codechanged) AlexMiniApps#44

v1.5.0

Toggle v1.5.0's commit message
Release v 1.5.0: - Have implemented the feature AlexMiniApps#28 - Have fixed the issue AlexMiniApps#36

v1.4.0

Toggle v1.4.0's commit message
Release v 1.4.0: - Have fixed the issue AlexMiniApps#26 - Have implemented the feature AlexMiniApps#27 - Have added the method for an input field focusing

v1.3.3

Toggle v1.3.3's commit message
Release v 1.3.3: - Implemented AlexMiniApps#19

v1.3.2

Toggle v1.3.2's commit message
Changed the package version to 1.3.2 

v1.3.1

Toggle v1.3.1's commit message
Release v 1.3.1: - Fixing AlexMiniApps#21 AlexMiniApps#20 - Adjusted tslint issues

v1.3.0

Toggle v1.3.0's commit message
Release v 1.3.0: - Added the root config of the component - The prop `isCharsCode` has been added for using instead of the `isNonDigitsCode` - Added the ability to configure component at runtime

v1.2.2

Toggle v1.2.2's commit message
Release v 1.2.2: Have added the prop initialFocusField for focusing o… …n the appropriate input when the component has been appeared.

v1.2.1

Toggle v1.2.1's commit message
Release v 1.2.1: Have added the prop isFocusingOnLastByClickIfFilled … …for focusing on the last input box if the code is full, and any input box clicked

v1.2.0

Toggle v1.2.0's commit message
Release v 1.2.0: Have added the ability to paste code from the clipbo… …ard. Coauthor: AnimaWolf