I am building a .NET MAUI Android application and I want to implement Search upon selecting something from a Picker (since my Picker component can have more than 100 elements of data).
Does anybody have an idea on how to implement this?
My initial idea was to try to implement Search through the SearchBar component specifically with the TextChanged event, but I had no success.
So I am wondering if is there a whole component that includes Search and the Picker, and if there isn't what do you suggest I do in order to implement search in the picker component?
Based on @Jason Comment I managed to resolve this by creating CollectionView with SearchBar.