xdan / periodpicker

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

Time scrolling problem #90

Open pauldev2210 opened 4 years ago

pauldev2210 commented 4 years ago

I am using the periodpicker since today and came across the following. When I try to scroll in the timepicker it's not scrolling and I am getting the error "Invalid time" in the timebox.

Is this a known issue or does anybody else had this problem before?

Thanks in advanced.

See my setup for the periodpicker below:

$('#start_datetime').periodpicker({ end: '#end_datetime', showTimepickerInputs: true, mousewheel: true, timepicker: true, yearsLine: false, clearButtonInButton: true, clearButton: true, lang: 'nl', // maxDate: '+6 months', i18n: { 'nl': { 'Choose period': 'Kies uw periode', 'Clear': 'Annuleren', 'Invalid date': 'Ongeldige datum', 'Open fullscreen': 'Open in volledig scherm', 'Close': 'Sluiten', 'Select period': 'Kies uw periode' } }, timepickerOptions: { hours: true, minutes: true, seconds: false, ampm: true, twelveHoursFormat:true }, });

pauldev2210 commented 4 years ago

I solved this issue by setting dragAndDrop option to false in timepickerOptions.