Skip to content

Commit 53077b5

Browse files
authored
Added doc for inputmode
1 parent f4ca30d commit 53077b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ Example with only bottom borders:
142142
|----------|:-------:|:-----:|----------|
143143
| <b>`codeLength`</b> | number | 4 | Length of input code |
144144
| <b>`inputType`</b> | string | tel | Type of the input DOM elements like `<input [type]="inputType"/>` default '`tel'` |
145+
| <b>`inputMode`</b> | string | numeric | inputmode of the input DOM elements like `<input [attr.inputmode]="inputMode"/>` default '`numeric'` |
145146
| <b>`isCodeHidden`</b> | boolean | false | When `true` inputted code chars will be shown as asterisks (points) |
146147
| <b>`isCharsCode`</b> | boolean | false | When `true` inputted code can contain any char and not only digits from 0 to 9. If the input parameter <b>`code`</b> contains non digits chars and `isCharsCode` is `false` the value will be ignored |
147148
| <b>`isPrevFocusableAfterClearing`</b> | boolean | true | When `true` after the input value deletion the caret will be moved to the previous input immediately. If `false` then after the input value deletion the caret will stay on the current input and be moved to the previous input only if the current input is empty |

0 commit comments

Comments
 (0)