You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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.
101
+
`preventClickEvent` | `false` | `boolean` | If true, the component will `preventDefault` the click event.
100
102
101
103
## Built-in layouts
102
104
*`normal` - Normal full layout. Similar as real keyboard layouts
0 commit comments