We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the Bug Related to #13 When using input events, nothing is dispatched when pressing the return key
input
Fix Wrap hiddenInput with a form that uses onSubmit
hiddenInput
onSubmit
<form onsubmit="keyEvent('return', 'keydown')"> <input type="text", id="hiddenInput"> <input type="submit", style="opacity: 0"> </form>
Steps to Reproduce
window.keyboardFix
true
💬
⌨️
enter
Additional Information This issue will occur on any device when window.keyboardFix == true
window.keyboardFix == true
The text was updated successfully, but these errors were encountered:
Using beforeinput event listener with inputType insertLineBreak is much easier.
beforeinput
insertLineBreak
Sorry, something went wrong.
This has been fixed
No branches or pull requests
Describe the Bug
Related to #13
When using
input
events, nothing is dispatched when pressing the return keyFix
Wrap
hiddenInput
with a form that usesonSubmit
Steps to Reproduce
window.keyboardFix
totrue
💬
button on the top row of buttons⌨️
button on the top row of buttonsenter
key does not comment anythingAdditional Information
This issue will occur on any device when
window.keyboardFix == true
The text was updated successfully, but these errors were encountered: