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
If you go on the doc's and input the above config you will see that it is quite janky meaning it will let you select some of the drop-down options but not others.
The text was updated successfully, but these errors were encountered:
ConnorIngold
changed the title
Hours in one input and minute in another ?
Hours in one input and minutes in another not working
Mar 6, 2019
So I'm I following a design which requires me to have hours in one input and minutes in another.
Here is the config I'm using:
`$('.timepickerHour').timepicker({
timeFormat: 'hh ',
interval: 15,
minTime: '10',
maxTime: '6:00pm',
defaultTime: 'now',
startTime: '10:00',
dynamic: false,
dropdown: true,
scrollbar: true
});
$('.timepickerMinute').timepicker({
timeFormat: 'mm p',
interval: 10,
minTime: '11',
maxTime: '12:50pm',
defaultTime: '11',
startTime: '11:00',
dynamic: false,
dropdown: true,
scrollbar: true
});
`
If you go on the doc's and input the above config you will see that it is quite janky meaning it will let you select some of the drop-down options but not others.
The text was updated successfully, but these errors were encountered: