How to blur an input field using Testing Library UserEvent?
How can I blur an input field using @testing-library/user-event
? I know there’s fireEvent.blur
, but is there an alternative with userEvent
?
How can I blur an input field using @testing-library/user-event
? I know there’s fireEvent.blur
, but is there an alternative with userEvent
?