Newbie question: Input event not firing when prop changes #6584
Unanswered
Achder
asked this question in
Help/Questions
Replies: 1 comment
-
Hi @Achder
|
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
-
Hi everybody,
I'm new to vue and need some guidance on a problem I'm facing.
I have prepared a SFC playground link: My playground example
Explanation:
I have a component with an input field that gets its value from an object that is passed as a prop.
Whenever the object changes the value of the input field is updated accordingly.
But the input event does not fire. How can I make this happen?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions