How can I get the callback on a date field to work?

How can I get the callback on a date field to work?

rodrigoguerrasarodrigoguerrasa Posts: 3Questions: 2Answers: 0

The dependent()API works fine for all kinds of fields, except for type="date" fields. Apparently, the date field calls a "date picker" kind of interface that catches the trigger and prevents the dependent()API API from firing. Is there a fix or workaround for this problem? Or am I doing something wrong?

Answers

  • allanallan Posts: 63,815Questions: 1Answers: 10,517 Site admin

    Are you using a native HTML5 date picker, jQuery UI's date picker, or is your browser just falling back to a plain text box (the date input type does all of those)?

    Allan

This discussion has been closed.