Open
Description
Reproduction example
https://codesandbox.io/s/nervous-microservice-nmm3h7?file=/src/index.js
Prerequisites
- Use Firefox, not jsdom.
- Render a form with an onSubmit handler and a button inside the form such as
<button type="submit" />
. - Use
userEvent.click
to click the button in the form.
Expected behavior
Form's onSubmit handler should trigger.
Actual behavior
Form's onSubmit handler does not trigger.
User-event version
14.4.3
Environment
Firefox 106.0.2 (64-bit) Linux
Additional context
No response