How to trap or catch onChange events from select or select2
How to trap or catch onChange events from select or select2
This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
Hi,
The
field().input()
method will give you theselect
element which you can then bind thechange
event to:Allan