How can I get the callback on a date field to work?
How can I get the callback on a date field to work?
rodrigoguerrasa
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?
This discussion has been closed.
Answers
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