onInputFocus(event:FocusEvent):void {
    this.focused = true;
    this.inputFocus.next(event);
  }