Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![](https://badgen.net/badge/icon/typescript?icon=typescript&label&color=99aabb)
![](https://img.shields.io/github/license/AlexMiniApps/angular-code-input?color=00ccbb)

Robust and <b>tested</b> code (number/chars) input component for Angular 7 - 12+ projects.<br />
Robust and <b>tested</b> code (number/chars) input component for Angular 7 - 12, 14+ projects.<br />
Ionic 4, 5 + is supported, can be used in iOS and Android.<br />
<b>Clipboard</b> events are supported.

Expand All @@ -19,7 +19,7 @@ Preview

## Supported platforms

<b>Angular</b> 7, 8, 9, 10, 11, 12 +<br />
<b>Angular</b> 7, 8, 9, 10, 11, 12, 14 +<br />
<b>Ionic</b> 4, 5 +<br />
Mobile browsers and WebViews on: <b>Android</b> and <b>iOS</b><br />
Desktop browsers: <b>Chrome, Firefox, Safari, Edge v.79 +</b><br />
Expand Down
2 changes: 1 addition & 1 deletion angular-code-input/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-code-input",
"version": "1.6.0",
"description": "Code or pin code input for Angular 7 - 12 + / Ionic 4, 5 + projects",
"description": "Code or pin code input for Angular 7 - 12, 14 + / Ionic 4, 5 + projects",
"keywords": ["angular", "pincode", "angular-pincode", "otp", "code-input", "angular-otp", "ionic-otp", "ionic-code-input", "ionic-pincode"],
"author": "Alexander Dmitrenko",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion angular-code-input/src/lib/code-input.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
(input)="onInput($event, i)"
(keydown)="onKeydown($event, i)"
[type]="inputType"
[inputmode]="inputMode"
[disabled]="disabled"
[attr.inputmode]="inputMode"
[attr.autocapitalize]="autocapitalize"
autocomplete="one-time-code"/>
</span>
Loading