xdan / periodpicker

Empty repository for paid periodpicker version
14 stars 2 forks source link

Time doesn't change #71

Closed dfsmirnov closed 6 years ago

dfsmirnov commented 6 years ago

Same config as in #70 In opened picker click on a date. Than click on a hour (without mousewheel). Than click on a minute. After 'ok' we have changed date but, not changed, old time

dfsmirnov commented 6 years ago

There is small video https://youtu.be/ajPpERy4aXk with this bug

Sometimes it works, sometimes it does not work

kclark6595 commented 6 years ago

I am having the same issue. Time works fine only if input is initially blank and time is picker before date. My config is:

            $('#timepicker').periodpicker({
                likeXDSoftDateTimePicker: true,
                hideOnBlur: false,
                hideAfterSelect: false,
                norange: true, // use only one value
                cells: [1, 1], // show only one month
                dayOfWeekStart: 7,

                resizeButton: false, // deny resize picker
                fullsizeButton: false,
                fullsizeOnDblClick: false,

                showDatepickerInputs: false,
                showTimepickerInputs: false,
                timePickerInRight: true,
                formatDateTime: 'M/D/YYYY h:mm a',

                timepicker: true, // use timepicker
                timepickerOptions: {
                    saveOnChange: true,
                    steps:[1,15,1,1],
                    hours: true,
                    minutes: true,
                    seconds: false,
                    ampm: true
                }
            });

Anyone found a fix yet?

xdan commented 6 years ago

Hi, fixed in 6.2.6 Please download latest version https://xdsoft.net/jqplugins/periodpicker/?update#plugin_sender