diff --git a/components/autocomplete/overview.md b/components/autocomplete/overview.md index 80e96565e4..824c5ccb21 100644 --- a/components/autocomplete/overview.md +++ b/components/autocomplete/overview.md @@ -88,6 +88,7 @@ The Blazor AutoComplete provides various parameters that allow you to configure | `Filterable` | `bool` | Whether [filtering]({%slug multiselect-filter%}) is enabled for the end user (suggestions will get narrowed down as they type). | | `FilterOperator` | `StringFilterOperator`
(`StartsWith`) | The string operation that will be used for [filtering]({%slug multiselect-filter%}). | | `Id` | `string` | Renders as the `id` attribute on the `` element, so you can attach a `