how can I expose all events of child input? #6719
Answered
by
baiwusanyu-c
coader
asked this question in
Help/Questions
Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LinusBorg
-
@attrs also support event handler? I'll try it |
Beta Was this translation helpful? Give feedback.
1 reply
-
it works, thanks very much! |
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.
-
I created a component like this:
<div><input /></div>
and I hope all events of input can exposed as my component's event:
<my-input @input='....'></my-input>
Beta Was this translation helpful? Give feedback.
All reactions