-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
We can not use vue @paste event.
What does the proposed API look like?
<a-input placeholder="Basic usage" @paste="onPaste" />
Currently input do not handle DOM on paste event.