mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 03:58:34 +08:00
7 lines
157 B
Handlebars
7 lines
157 B
Handlebars
<Input
|
|
id={{this.field.id}}
|
|
@value={{this.field.value}}
|
|
class="wizard-container__text-input"
|
|
placeholder={{this.field.placeholder}}
|
|
tabindex="9"
|
|
/> |