Skip to content

Commit ec06c63

Browse files
authored
Merge pull request #22 from plnkvlchk/feature/added-default-keyset
Added the defaultKeySet property
2 parents a68c37e + 06f71ee commit ec06c63

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
@@ -96,6 +96,7 @@ Property | Default | Accepted values | Description
9696
`change` | `null` | `Function` | Event handler. Fired when the input value changed.
9797
`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`
9898
`options` | `{}` | `Object` | Functional options.
99+
`defaultKeySet`| `default` | `String` | Default key set. You can choose a desired key set of your layout to be used when a keyboard is initialized.
99100

100101
## Options
101102
Option | Default | Accepted values | Description

0 commit comments

Comments
 (0)