how can we bind onChange Event with input type field in nova #3510
Answered
by
crynobone
patrick-paudel-arvig
asked this question in
Q&A
-
|
I want to associate change event with input field and then extract some text from that then create a new row of repeatable fields. |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Aug 21, 2021
Replies: 1 comment 2 replies
-
|
You can use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
Nova.$on('email-change', (value) => ... )