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
Answers
Probably the best way is to use the
dependent()method - that will trigger the callback whenever the value selected is changed.Allan