mugifly / jquery-simple-datetimepicker

Date & time picker for jQuery, It's simple & clean.
http://mugifly.github.com/jquery-simple-datetimepicker
Other
259 stars 181 forks source link

call onSelect when click on time #213

Open AMBIENTE1 opened 4 years ago

AMBIENTE1 commented 4 years ago

It is possible?

dsauvage commented 3 years ago

Description Currently the onSelect event is triggered when the date is selected and not when the time is selected.

The patch attached triggers onSelect event;

This issue is related to #187

Patch dt-onselect.patch.txt