Currently, a change event is not fired by default (ie by the library) when a date is selected in the datepicker popup.
The only way to achieve this is to set
opts.onChange: function() { _triggerChange(input); }
but I think that's weird because other fields do fire change events when selected.