I'm trying to make use of the input type date on playbook, and it seems that no events are sent when a date is selected in the date picker.
Hence I cannot do any validation on that date.
Does anybody know if any event is sent when the input value is changed with the datepicker?
Edit: I'm developing a tablet webapp in html, the datepicker is the native one that appear in the browser.
<input type="date" />
I want to show the native datepicker when possible (iOs 5+, Playbook, ..) and a home brewed datepicker for other touch devices