Skip to content

Commit

Permalink
Added the defaultKeySet property
Browse files Browse the repository at this point in the history
  • Loading branch information
plnkvlchk committed May 21, 2018
1 parent 504336f commit 99fe2ee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -8,4 +8,5 @@ test/unit/coverage
test/e2e/reports
stats.json
typings/
typings.json
typings.json
.idea/
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -93,6 +93,7 @@ Property | Default | Accepted values | Description
`change` | `null` | `Function` | Event handler. Fired when the input value changed.
`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`
`options` | `{}` | `Object` | Functional options.
`defaultKeySet`| `default` | `String` | Default key set. You can choose a desired key set of your layout to be used when a keyboard is initialized.

## Options
Option | Default | Accepted values | Description
Expand Down

0 comments on commit 99fe2ee

Please sign in to comment.