onInputBlur(event:FocusEvent):void {
    this.focused = false;
    this.inputBlur.next(event);
  }