Angular Code Input Versions Save

Code (number/chars/otp/password) input component for angular 7, 8, 9, 10, 11, 12+ projects including Ionic 4, 5 +

v2.0.0

11 months ago

Breaking changes:

  • Enabled Ivy in the compiled library
  • The minimum supported version of Angular is set to 16

Note: Resolved the issue:

  • Add support for angular 13 #59

v1.6.0

2 years ago

Fixed issues and implemented cool! features:

  • Always uppercase keyboard #51
  • Change codeLength in app #46
  • Delete button is not triggering on (codechanged) #44

v1.5.0

2 years ago
  • Have implemented the feature 'Disabled state' #28
  • Have fixed the issue 'Insert code "from messages" doesn't appear on iOS' #36

v1.4.0

3 years ago
  • Have fixed the issue 'initialFocusField not working for 0 as index bug' #26
  • Have implemented the feature 'Clear the inputs?' #27
  • Have added the method for an input field focusing

v1.3.3

3 years ago

Have implemented the feature #19

v1.3.2

3 years ago

Have implemented the feature #23

v1.3.1

3 years ago

The following changes have been made:

  • The issue with inline component configuration has been resolved #21
  • Have fixed issues with readonly properties in Angular 11 #20
  • Adjusting tslint issues

v1.3.0

3 years ago

The following changes have been made:

  • Added the root config of the component #16
  • The prop isCharsCode has been added for using instead of the isNonDigitsCode
  • Added the ability to configure component at runtime #20

v1.2.2

3 years ago

Have added the prop initialFocusField for focusing on the appropriate input when the component has been appeared.

v1.2.1

3 years ago

Have added the prop isFocusingOnLastByClickIfFilled for focusing on the last input box if the code is full, and any input box clicked.