Files
component-party/content/6-form-input/1-input-text/ember/input-hello.hbs
2022-05-16 19:09:41 +00:00

2 lines
82 B
Handlebars

<p>{{this.text}}</p>
<input value={{this.text}} {{on 'input' this.handleInput}} />