IDEADateTimeComponent
October 24, 2024 ยท View on GitHub
Selector
idea-date-time
Inputs
date(string | number) - The date to show/pick.timePicker(boolean) - Whether to show the time picker (datetime) or not (date).manualTimePicker(boolean) - Whether to show the MANUAL time picker (datetime) or not (date).useISOFormat(boolean) - Whether to use theepochISOStringformat instead ofepochDateTime.label(string) - The label for the field.icon(string) - The icon for the field.iconColor(string) - The color of the icon.lines(string) - Lines preferences for the item.color(string) - The color for the component.placeholder(string) - A placeholder for the field.disabled(boolean) - If true, the component is disabled.obligatory(boolean) - If true, the obligatory dot is shown.hideClearButton(boolean) - If true, hidew the clear button in the header.min(string | number) - If set, is the minimum date selectable.max(string | number) - If set, is the maximum date selectable.
Outputs
dateChange(EventEmitter) iconSelect(EventEmitter)