2023-03-22 10:11:48 +01:00
|
|
|
<Input
|
|
|
|
@type={{this.inputType}}
|
|
|
|
@value={{readonly this.value}}
|
2021-01-19 08:50:37 +01:00
|
|
|
class="date-picker"
|
2023-03-22 10:11:48 +01:00
|
|
|
placeholder={{this.placeholder}}
|
|
|
|
tabindex={{this.tabindex}}
|
|
|
|
{{on "input" (action "onChangeDate")}}
|
2021-01-20 09:34:51 +01:00
|
|
|
autocomplete="off"
|
2023-03-22 10:11:48 +01:00
|
|
|
/>
|
2021-01-19 08:50:37 +01:00
|
|
|
|
|
|
|
<div class="picker-container"></div>
|