14 lines
266 B
Handlebars
14 lines
266 B
Handlebars
{{date-input date=date onChange=(action "onChangeDate")}}
|
|
|
|
{{#if showTime}}
|
|
{{time-input
|
|
hours=_hours
|
|
minutes=_minutes
|
|
onChange=(action "onChangeTime")
|
|
}}
|
|
|
|
{{#if clearable}}
|
|
{{d-button icon="times" action=(action "onClear")}}
|
|
{{/if}}
|
|
{{/if}}
|