Skip to content

Commit fd65101

Browse files
author
sapin
committed
Updated environment to Angular 14.0.+
1 parent ea4dfeb commit fd65101

File tree

6 files changed

+21272
-10677
lines changed

6 files changed

+21272
-10677
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![](https://badgen.net/badge/icon/typescript?icon=typescript&label&color=99aabb)
66
![](https://img.shields.io/github/license/AlexMiniApps/angular-code-input?color=00ccbb)
77

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

@@ -19,7 +19,7 @@ Preview
1919

2020
## Supported platforms
2121

22-
<b>Angular</b> 7, 8, 9, 10, 11, 12 +<br />
22+
<b>Angular</b> 7, 8, 9, 10, 11, 12, 14 +<br />
2323
<b>Ionic</b> 4, 5 +<br />
2424
Mobile browsers and WebViews on: <b>Android</b> and <b>iOS</b><br />
2525
Desktop browsers: <b>Chrome, Firefox, Safari, Edge v.79 +</b><br />

angular-code-input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-code-input",
33
"version": "1.6.0",
4-
"description": "Code or pin code input for Angular 7 - 12 + / Ionic 4, 5 + projects",
4+
"description": "Code or pin code input for Angular 7 - 12, 14 + / Ionic 4, 5 + projects",
55
"keywords": ["angular", "pincode", "angular-pincode", "otp", "code-input", "angular-otp", "ionic-otp", "ionic-code-input", "ionic-pincode"],
66
"author": "Alexander Dmitrenko",
77
"license": "MIT",

angular-code-input/src/lib/code-input.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
(input)="onInput($event, i)"
77
(keydown)="onKeydown($event, i)"
88
[type]="inputType"
9-
[inputmode]="inputMode"
109
[disabled]="disabled"
10+
[attr.inputmode]="inputMode"
1111
[attr.autocapitalize]="autocapitalize"
1212
autocomplete="one-time-code"/>
1313
</span>

0 commit comments

Comments
 (0)