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
https://codesandbox.io/p/sandbox/proud-shadow-p5kfzl
Everything is setup in the linked test case
doing user.type(emptyContenteditable, "{Backspace}") should not raise an input event, same as when doing it manually.
user.type(emptyContenteditable, "{Backspace}")
doing user.type(emptyContenteditable, "{Backspace}") DOES raise an input event in contrast to doing it manually
^14.1.1
Testing Library framework:
JS framework:
Test environment:
DOM implementation:
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduction example
https://codesandbox.io/p/sandbox/proud-shadow-p5kfzl
Prerequisites
Everything is setup in the linked test case
Expected behavior
doing
user.type(emptyContenteditable, "{Backspace}")
should not raise an input event, same as when doing it manually.Actual behavior
doing
user.type(emptyContenteditable, "{Backspace}")
DOES raise an input event in contrast to doing it manuallyUser-event version
^14.1.1
Environment
Testing Library framework:
JS framework:
Test environment:
DOM implementation:
Additional context
No response
The text was updated successfully, but these errors were encountered: