onChange(e, selectedIndex, payload) {
    this.pairSelector().selectedPair = payload;
    this.setState({selected: payload});
  }