mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 04:33:45 +08:00
e4c373194d
This commit refactors the Wizard component code in preparation for moving it to the 'static' directory for Embroider route-splitting. It also includes a number of general improvements and simplifications. Extracted from https://github.com/discourse/discourse/pull/23678 Co-authored-by: Godfrey Chan <godfreykfc@gmail.com>
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"
|
|
/> |