Skip to content

Commit 29ab934

Browse files
committed
keypress event to keydown updated
1 parent 8bac388 commit 29ab934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Property | Default | Accepted values | Description
9696
## Options
9797
Option | Default | Accepted values | Description
9898
----------- | -------- | --------------- | -----------
99-
`useKbEvents` | `false` | `boolean` | If true, the component will generate a `keypress` event and trigger it. If it returns with `false`, it won't insert the new character.
99+
`useKbEvents` | `false` | `boolean` | If true, the component will generate a `keydown` event and trigger it. If it returns with `false`, it won't insert the new character.
100100

101101
## Built-in layouts
102102
* `normal` - Normal full layout. Similar as real keyboard layouts

0 commit comments

Comments
 (0)