Example of Highlight in Blazor AutoComplete Component
This example demonstrates the highlight functionalities of the AutoComplete. Type a character(s) in the AutoComplete element and the typed matched characters will be highlighted in the suggestion list. By default, Contains filter type is set in this sample and provided with the options to choose different filter types in the property panel.
Properties
The AutoComplete has built-in support to highlight the searched characters on the suggested list items when Highlight is enabled.
This sample illustrates that the searched characters on the country suggestion list items are highlighted.