russellsamora / svelte-keyboard

Virtual keyboard component for Svelte
https://russellsamora.github.io/svelte-keyboard
MIT License
54 stars 9 forks source link

fix: keyboard buttons trigger form submission when parent is form #11

Closed hmnd closed 1 year ago

hmnd commented 1 year ago

By default, buttons without a type="button" attribute submit the form they are nested within. This PR adds type="button" so forms are not submitted from keyboard button presses.