0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00
discourse-custom-wizard/assets/javascripts/discourse/templates/components/custom-wizard-date-input.hbs
2023-07-10 07:55:54 +01:00

11 Zeilen
Kein EOL
255 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>