We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c3bac commit 40fbff1Copy full SHA for 40fbff1
src/fire-event.js
@@ -28,7 +28,6 @@ const select = fireEvent.select
28
fireEvent.select = (node, init) => {
29
select(node, init)
30
// React tracks this event only on focused inputs
31
- // TODO probably need to fire focusin for JSDOM compat
32
node.focus()
33
34
// React creates this event when one of the following native events happens
0 commit comments