Support onPaste event on input #5692
nick-keller
started this conversation in
Ideas
Replies: 1 comment
-
I have the same need. @nick-keller , have you find an alternative/workaround to implement this? Giving the event on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Idea
It would be nice to be able to pass a custom event hendler for the onPaste event on the input.
Why?
For multiselect it would allow us to parse pasted value as simple tabs / new-lines array to handle pasting multiple values from Excel or from a list. This is impossible to do now since pasting on an input removes all new-lines and tabs characters.
If this idea sounds interesting I can make a PR
Beta Was this translation helpful? Give feedback.
All reactions