Hello there
I have a ComboBox control with lots of data, in order to find an entry quickly I would like to just type into the ComboBox which works fine.
- Type in "ten"
- Component immediately SCROLLS DOWN and preselects "Tennis"

But when using Templates, the following happens...
- Type in "Gordon" (to look for "Gordon Woodard")
- Seemingly nothing happens...
When scrolling down MANUALLY, I can actually see "Gordon Woodard" being kinda selected (in gray instead of dark blue) but for huge lists this is not good enough:
So is filtering with templates simply not supported, is this a bug, or any other way to prevent this from happening?
Thanks a lot.
Cheers,
Lazar
(I attached my sample project for reference, I simply copy-pasted examples from blazor website and modified the results, nothing else!)
Attachment:
BlazorSampleApp_d39a64ca.7z