In a keyboard with appendLocally set to true, any key button will cause the surrounding form to submit.
After some debugging, I noticed there's no handler for the click even in the library and that event is still generated even if the mouseup and mousedown handlers cancel the default behavior.
I fixed this in my project by adding a trivial event handler for click.
In a keyboard with
appendLocallyset to true, any key button will cause the surrounding form to submit.After some debugging, I noticed there's no handler for the click even in the library and that event is still generated even if the
mouseupandmousedownhandlers cancel the default behavior.I fixed this in my project by adding a trivial event handler for click.