<input
  class={{this.classes}}
  disabled={{if @disabled "disabled"}}
  placeholder={{@placeholder}}
  {{on "blur" (fn this.onFocus false)}}
  {{on "focus" (fn this.onFocus true)}}
  {{on "input" this.onInput}}
  {{did-insert this.onUpdate}}
  ...attributes
/>