Replies: 1 comment
-
If anyone else has the same problem, I've found a workaround by having a look at the event listeners added in the source component. I'm not sure if this is the right way but seems to be working in the meantime.
|
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
-
This is what I have:
I also tried adding an event listener to the document, there was no event triggered despite input change.
The date change was validated by checking the input:
js:{due_date: document.querySelector('input[name=due_date]').value}
Beta Was this translation helpful? Give feedback.
All reactions