2021-01-19 08:50:37 +01:00
|
|
|
{{#unless timeFirst}}
|
2022-07-26 16:18:09 +02:00
|
|
|
{{custom-wizard-date-input
|
2021-01-19 08:50:37 +01:00
|
|
|
date=date
|
|
|
|
relativeDate=relativeDate
|
|
|
|
onChange=(action "onChangeDate")
|
|
|
|
tabindex=dateTabindex
|
|
|
|
}}
|
|
|
|
{{/unless}}
|
|
|
|
|
|
|
|
{{#if showTime}}
|
2022-07-26 16:18:09 +02:00
|
|
|
{{custom-wizard-time-input
|
2021-01-19 08:50:37 +01:00
|
|
|
date=date
|
|
|
|
relativeDate=relativeDate
|
|
|
|
onChange=(action "onChangeTime")
|
|
|
|
tabindex=timeTabindex
|
|
|
|
}}
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{#if timeFirst}}
|
2022-07-26 16:18:09 +02:00
|
|
|
{{custom-wizard-date-input
|
2021-01-19 08:50:37 +01:00
|
|
|
date=date
|
|
|
|
relativeDate=relativeDate
|
|
|
|
onChange=(action "onChangeDate")
|
|
|
|
tabindex=dateTabindex
|
|
|
|
}}
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{#if clearable}}
|
|
|
|
{{d-button
|
|
|
|
class="clear-date-time"
|
|
|
|
icon="times"
|
|
|
|
action=(action "onClear")
|
|
|
|
}}
|
|
|
|
{{/if}}
|