Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 85e5c9f

Browse files
Merge pull request #116 from leobia/master
Added doc for inputmode
2 parents f4ca30d + 53077b5 commit 85e5c9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎README.md

Lines changed: 1 addition & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /