if (this.context.titlebarChild) {
      inputStyle = { ...inputStyle, ...styles.titleBarTextArea };
      if (this.state.isFocused && focusRing) {
        inputStyle = { ...inputStyle, ...styles.titleBarTextAreaFocus };
      }