<!-- * Please fill out this template with all the relevant information so we can understand what's going on and fix the issue. We appreciate bugs filed and PRs submitted! * If your issue is regarding one of the query APIs (`getByText`, `getByLabelText`, etc), then please file it on the `dom-testing-library` repository instead. If you file it here it will be closed. Thanks :) * Please make sure that you are familiar with and follow the Code of Conduct for this project (found in the CODE_OF_CONDUCT.md file). We'll probably ask you to submit the fix (after giving some direction). If you've never done that before, that's great! Check this free short video tutorial to learn how: http://kcd.im/pull-request --> - `react-testing-library` version: 5.2.0 - `react` version: 16.7.0 - `node` version: 16.7.0 - `npm` (or `yarn`) 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