How can I share events between components? #10276
Unanswered
SomeOne-49
asked this question in
Help/Questions
Replies: 1 comment
-
Think of |
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 have two components within a parent component 'app': one has an edit button and a username display, and the other has an input field. When I click the edit button in the first component, I want to extract the username and pass it to the input field in the second component, to set it as the current value of the input field.
First Component:
Second Component
Beta Was this translation helpful? Give feedback.
All reactions