Skip to content

Commit 99fe2ee

Browse files
committed
Added the defaultKeySet property
1 parent 504336f commit 99fe2ee

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ test/unit/coverage
88
test/e2e/reports
99
stats.json
1010
typings/
11-
typings.json
11+
typings.json
12+
.idea/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Property | Default | Accepted values | Description
9393
`change` | `null` | `Function` | Event handler. Fired when the input value changed.
9494
`next` | `null` | `Function` | Event handler. Fired when the "Next" button pressed or the length of the value of the input reached the `maxLength` of the `input`
9595
`options` | `{}` | `Object` | Functional options.
96+
`defaultKeySet`| `default` | `String` | Default key set. You can choose a desired key set of your layout to be used when a keyboard is initialized.
9697

9798
## Options
9899
Option | Default | Accepted values | Description

0 commit comments

Comments
 (0)