diff --git a/components/dropdownlist/overview.md b/components/dropdownlist/overview.md
index 71d58ef3f2..e31eb05442 100644
--- a/components/dropdownlist/overview.md
+++ b/components/dropdownlist/overview.md
@@ -93,7 +93,7 @@ The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#gro
| `FilterDebounceDelay` | `int` 150 | Time in milliseconds between the last typed symbol and the filter input value update. Applicable to filtering only. Use it to balance between client-side performance and number of database queries. |
| `FilterOperator` | `StringFilterOperator` (`StartsWith`)| The method of [filtering]({%slug components/dropdownlist/filter%}) the items. |
| `FilterPlaceholder` | `string` | The hint that will be displayed in the filter input when it has no value.
-| `Id` | `string` | The `id` attribute on the `` element, so you can attach a `