Closed
Description
react-testing-library
version: 5.2.0react
version: 16.7.0node
version: 16.7.0npm
(oryarn
) version: npm
Relevant code or config:
Sandbox: https://codesandbox.io/s/40nwnrv650
What you did:
Preventing the paste functionality on a single input. Used the evt.preventDefault()
.
What happened:
The input sets the value
Reproduction:
Sandbox: https://codesandbox.io/s/40nwnrv650
Problem description:
When pasting on the input, the value should not be set
Suggested solution:
N/A