data-dropdown |
false |
false , true |
Time picker dropdown initial state. |
data-time-settings |
{} |
- |
Initial time settings eg. {fromHour: '01',fromMinute: '00',toHour: '20',toMinute: '50'} |
data-theme |
light |
light , dark |
Theme for the time picker button and the dropdown |
data-no-range |
null |
false , true |
Pick just a ime or a range of time |
data-format |
24 |
12 , 24 |
Time Format(hours) |
data-no-validation |
null |
false , true |
Validation checks for time range picker(useful for preventing misleading data) |
data-apply-callback |
null |
function |
Callback to be invoked when APPLY button is being pressed to update time |
data-clear-callback |
null |
function |
Callback to be invoked when CANCEL button is being pressed to cancel current operation |