Redux-Form provides onPaste but how do I use it to prevent pasting content from clipboard.
The way this onPaste
is achieved in Redux-Forms is a bit different from HTML-Forms.
Code:
<Field
component={ReduxFormInputTwo}
type="email"
name="email"
/>
<Password
name="password"
/>```