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