stefangabos / Zebra_Datepicker

A super-lightweight, highly configurable, cross-browser date time picker jQuery plugin
https://stefangabos.github.io/Zebra_Datepicker/
Other
399 stars 183 forks source link

Accepting default time not returned to form #152

Closed christophermachew closed 4 years ago

christophermachew commented 4 years ago

Hi there.

On using the option to only pick time (H:i) i.e.

 $('#timepicker').Zebra_DatePicker({
     format: 'H:i',
});

the tick icon to accept the time is shown by default. However, if you click on the tick, the value is not returned and the input remains blank. You need to first change the time value, and then click on the tick before the time value is accepted and displayed

Hope this is an easy fix...

stefangabos commented 4 years ago

Should be fixed now. Thank you for reporting!