Hi Joe,
We believe you might be interested in filtering the data of
the autocomplete component using a text field. By default, the search and
filtering operations are solely based on the Value field within the
AutoComplete component. However, mapping the text field for AutoComplete will
update the text displayed in the popup list items. Please note that sorting and
filtering will still be performed based on the value field. In this scenario,
you can set the Tvalue as string and use the Text="Name" and Value="Name"
fields for displaying and filtering the data. We have prepared the sample for
reference.
Sample : https://blazorplayground.syncfusion.com/embed/BjBUtYBnKerCmrwN?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5
Otherwise, we
recommend using the combobox component with allowfiltering as true, as it
allows you to map both the text and value fields for the component. With the
combobox, you can map both the key and value to the component.
For further guidance and to explore a demo, please refer
to the provided link.
ComboBox - https://blazor.syncfusion.com/documentation/combobox/getting-started
Sample : https://blazorplayground.syncfusion.com/embed/hNhUXEBoAbOzVkoK?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5
Regards,
Mallesh