Hi,
I hope someone can help me. I am using the ComboBox control with filtering, and the default filtering works perfectly well, I understand this is matching on StartsWith. What I want to do is filter on Contains, so if I type 'abc' in the textbox, any item containing 'abc' will be filtered in the options, rather than items that start with 'abc'
I have looked at the documentation for the ComboBox control in Blazor and it does not have any examples for this, so I have also looked at the documentation for ComboBox in ASP.NET Core, which does have examples for acheiving this, but I could not determine how to implement it for blazor. I have studied the API reference for FilteringEventArgs but this seems quite different in Blazor compared to ASP.NET Core.
Can anyone help point me in the right direction please?
Thanks
I have just read this feature will be implemented in an upcoming release for DropDowns - I assume this includes the ComboBox?
Thanks