Quantcast
Channel: Editor — DataTables forums
Viewing all articles
Browse latest Browse all 3744

DateTime field does not fire change event

$
0
0

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.


Viewing all articles
Browse latest Browse all 3744