Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
11 Zeilen
256 B
Handlebars
11 Zeilen
256 B
Handlebars
<Input
|
|
@type={{this.inputType}}
|
|
@value={{readonly this.value}}
|
|
class="date-picker"
|
|
placeholder={{this.placeholder}}
|
|
tabindex={{this.tabindex}}
|
|
{{on "input" (action "onChangeDate")}}
|
|
autocomplete="off"
|
|
/>
|
|
|
|
<div class="picker-container"></div>
|