I know that for a select input type it is : $('select', editor.field('myselect').node()).change( function () { but I don't know how to adapt it for a date field.
Probably the best way is to use the dependent() method - that will trigger the callback whenever the value selected is changed.
dependent()
Allan
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Probably the best way is to use the
dependent()
method - that will trigger the callback whenever the value selected is changed.Allan