I have a Combobox. The Items Property of the Combobox is as follows:
Filter('Teams', drpEventType.Selected.'Name (Title)' in 'Event Type'.Value )
This works well, it filters the data from the Teams list based on the selection in another dropdown. The user can select from the available Teams. Were it breaks is when I set IsSearchable to true. I enter a search string and nothing happens. No items are found/displayed for seletion. I set the SearchFields property to the same property that the dropdown is displaying, in this case ["Title"]. Is there something else I need to do? Am I doing something wrong?
Thanks.