onSuggestionSelected = (suggestion) => {
        this.setValue(suggestion.value, true, this.props, causes.SUGGESTION_SELECT);
        this.onValueSelected(suggestion.value, causes.SUGGESTION_SELECT, suggestion.source);
    };