checkPropChange(this.props.dataField, nextProps.dataField, () => {
            this.updateQueryOptions(nextProps);
            this.handleChange(this.state.currentValue, nextProps);
        });