TimePicki icon indicating copy to clipboard operation
TimePicki copied to clipboard

Options

Open spacebiscuit opened this issue 10 years ago • 1 comments

Hi,

None of the options work, for example this fires the timepicki but options are not applied:

Thank you.

spacebiscuit avatar Jan 20 '15 15:01 spacebiscuit

these options work for me:

$('#picker').timepicki({ show_meridian: false, reset: true, step_size_minutes: 1, overflow_minutes: true, disable_keyboard_mobile: true, min_hour_value: 0, max_hour_value: 23, increase_direction: 'up', custom_classes: 'ttPicki' });

i think you passed a string and not an int value

muhkuh avatar Jul 08 '19 15:07 muhkuh