I have a drop down which may have 100s or even 1000s of items. Is there a way to load it dynamically (i.e. by default load a small set at load and then as user scrolls or types something as a filter criteria in the drop down then refresh the content in the drop down as a response?
Thanks for the quick response. What's the alternative if I need to display such a long list of records with multi select option. Should I build a custom grid? or use datalist or other blazor control with pagination enabled?