handleFocus = e => {
    this.setState({ isFocused: true }, () => {
      this.props.onFocus(e)
    })
  }