You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Robust and <b>tested</b> code (number/chars) input component for Angular 7 - 11+ projects.<br />
8
+
Robust and <b>tested</b> code (number/chars) input component for Angular 7 - 12+ projects.<br />
9
9
Ionic 4, 5 + is supported, can be used in iOS and Android.<br />
10
10
<b>Clipboard</b> events are supported.
11
11
12
-
<imgsrc="https://github.com/AlexMiniApps/angular-code-input/blob/master/star.jpg"alt="Star"/> Star it to inspire us to build the best component!
12
+
<imgsrc="https://github.com/AlexMiniApps/angular-code-input/blob/master/star.jpg"alt="Star"/> Star it to inspire us to build the best component! <imgsrc="https://github.com/AlexMiniApps/angular-code-input/blob/master/star.jpg"alt="Star"/>
13
13
14
14
Preview
15
15
@@ -19,7 +19,7 @@ Preview
19
19
20
20
## Supported platforms
21
21
22
-
<b>Angular</b> 7, 8, 9, 10, 11 +<br />
22
+
<b>Angular</b> 7, 8, 9, 10, 11, 12 +<br />
23
23
<b>Ionic</b> 4, 5 +<br />
24
24
Mobile browsers and WebViews on: <b>Android</b> and <b>iOS</b><br />
@@ -140,6 +140,7 @@ Example with only bottom borders:
140
140
| <b>`isFocusingOnLastByClickIfFilled`</b> | boolean | false | When `true` and the code is filled then the focus will be moved to the last input element when clicked |
141
141
| <b>`initialFocusField`</b> | number | - | The index of the input box for initial focusing. When the component will appear the focus will be placed on the input with this index. <br/> Note: If you need to dynamically hide the component it is needed to use <b>*ngIf</b> directive instead of the `[hidden]` attribute |
142
142
| <b>`code`</b> | string / number | - | The input code value for the component. If the parameter contains non digits chars and `isCharsCode` is `false` the value will be <b>ignored</b> |
143
+
| <b>`disabled`</b> | boolean | false | When `true` then the component will not handle user actions, like in regular html input element with the `disabled` attribute |
143
144
144
145
#### Events
145
146
@@ -156,12 +157,12 @@ It can be reached as follows.
Robust and <b>tested</b> code (number/chars) input component for Angular 7 - 11+ projects.<br />
8
+
Robust and <b>tested</b> code (number/chars) input component for Angular 7 - 12+ projects.<br />
9
9
Ionic 4, 5 + is supported, can be used in iOS and Android.<br />
10
10
<b>Clipboard</b> events are supported.
11
11
12
-
<imgsrc="https://github.com/AlexMiniApps/angular-code-input/blob/master/star.jpg"alt="Star"/> Star it to inspire us to build the best component!
12
+
<imgsrc="https://github.com/AlexMiniApps/angular-code-input/blob/master/star.jpg"alt="Star"/> Star it to inspire us to build the best component! <imgsrc="https://github.com/AlexMiniApps/angular-code-input/blob/master/star.jpg"alt="Star"/>
13
13
14
14
Preview
15
15
@@ -19,7 +19,7 @@ Preview
19
19
20
20
## Supported platforms
21
21
22
-
<b>Angular</b> 7, 8, 9, 10, 11 +<br />
22
+
<b>Angular</b> 7, 8, 9, 10, 11, 12 +<br />
23
23
<b>Ionic</b> 4, 5 +<br />
24
24
Mobile browsers and WebViews on: <b>Android</b> and <b>iOS</b><br />
@@ -140,6 +140,7 @@ Example with only bottom borders:
140
140
| <b>`isFocusingOnLastByClickIfFilled`</b> | boolean | false | When `true` and the code is filled then the focus will be moved to the last input element when clicked |
141
141
| <b>`initialFocusField`</b> | number | - | The index of the input box for initial focusing. When the component will appear the focus will be placed on the input with this index. <br/> Note: If you need to dynamically hide the component it is needed to use <b>*ngIf</b> directive instead of the `[hidden]` attribute |
142
142
| <b>`code`</b> | string / number | - | The input code value for the component. If the parameter contains non digits chars and `isCharsCode` is `false` the value will be <b>ignored</b> |
143
+
| <b>`disabled`</b> | boolean | false | When `true` then the component will not handle user actions, like in regular html input element with the `disabled` attribute |
0 commit comments