angular-code-input

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

MIT License

Downloads
50.9K
Stars
178
Committers
9
angular-code-input - v2.0.0 Latest Release

Published by AlexMiniApps over 1 year 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
angular-code-input - v1.6.0

Published by AlexMiniApps almost 3 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
angular-code-input - v1.5.0

Published by AlexMiniApps over 3 years ago

  • Have implemented the feature 'Disabled state' #28
  • Have fixed the issue 'Insert code "from messages" doesn't appear on iOS' #36
angular-code-input - v1.4.0

Published by AlexMiniApps over 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
angular-code-input - v1.3.3

Published by AlexMiniApps over 3 years ago

Have implemented the feature #19

angular-code-input - v1.3.2

Published by AlexMiniApps almost 4 years ago

Have implemented the feature #23

angular-code-input - v1.3.1

Published by AlexMiniApps almost 4 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
angular-code-input - v1.3.0

Published by AlexMiniApps almost 4 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
angular-code-input - v1.2.2

Published by AlexMiniApps about 4 years ago

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

angular-code-input - v1.2.1

Published by AlexMiniApps over 4 years ago

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

angular-code-input - v1.2.0

Published by AlexMiniApps over 4 years ago

Have added the ability to paste code from the clipboard.

angular-code-input -

Published by AlexMiniApps over 4 years ago

Have added to the component new input props - code, isPrevFocusableAfterClearing, inputType.
Minor refactoring.
Fixing Android issues.