You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to have a bug in my time picker which I am using within a ChronoForm.
I have the Timepicker set to scroll hours, and minutes. With the minute scroller set to scroll in increments of 5 minutes. (e.g. 00,05,10,15,20,25,30,35,40,45,50,55,) The scroller scrolls ok one way, 00,55,50,45,40,35,30,25,20,15,10,05,00, but the opposite way it hits a snag. When it comes to 05, it goes back to 00, or 55, and then loops between those numbers, i.e. 55,00,05,55,00,05, or 00,05,00,05,00,05.
This is what I have set in the config. It is the Mootools Datepicker. Everything else works perfectly now.
format: '%a %d-%B @ %I:%M %p', timeWheelStep: '5'
I seem to have a bug in my time picker which I am using within a ChronoForm.
I have the Timepicker set to scroll hours, and minutes. With the minute scroller set to scroll in increments of 5 minutes. (e.g. 00,05,10,15,20,25,30,35,40,45,50,55,) The scroller scrolls ok one way, 00,55,50,45,40,35,30,25,20,15,10,05,00, but the opposite way it hits a snag. When it comes to 05, it goes back to 00, or 55, and then loops between those numbers, i.e. 55,00,05,55,00,05, or 00,05,00,05,00,05.
This is what I have set in the config. It is the Mootools Datepicker. Everything else works perfectly now.
format: '%a %d-%B @ %I:%M %p', timeWheelStep: '5'
It can be seen here: http://www.oodaiden.com/dev003/index.php?option=com_chronoforms&chronoform=bookingform&Itemid=244
The text was updated successfully, but these errors were encountered: