Ghost/ghost/admin/app/components/gh-url-input.hbs

10 lines
186 B
Handlebars
Raw Normal View History

<GhTextInput
@value={{this.value}}
@type="text"
@input={{this.setValue}}
@focus-out={{this.validateUrlInput}}
@placeholder={{this.placeholder}}
...attributes
/>