When custom control is used in SmartFilterBar
even after selection of item from custom control, the adopted filter number is not changing and Variant Save button not getting enabled.
<smartFilterBar:customControl>
<SearchField enableSuggestions="true" suggest="onSuggest"
suggestionItems="{oModel>/results}" liveChange="onSearch">
<suggestionItems>
<SuggestionItem text="{oModel>Key}" key="{oModel>Value}"/>
</suggestionItems>
</SearchField>
</smartFilterBar:customControl>