if (index < options.length - 1) {
        const next = options[index + 1]
        return this.props.onChange({
          target: {
            name: this.props.name,