diff --git a/components/timepicker/overview.md b/components/timepicker/overview.md
index 9c1914845..d2d0bc8de 100644
--- a/components/timepicker/overview.md
+++ b/components/timepicker/overview.md
@@ -88,6 +88,7 @@ The Blazor Time Picker component provides various parameters that allow you to c
| `ReadOnly` | `bool` | If set to `true`, the component will be readonly and will not allow user input. The component is not readonly by default and allows user input. |
| `Format` | `string` (`ShortTimePattern`) | The format of the TimePicker's DateInput. The default value depends on `CultureInfo.CurrentCulture`. Read more at [Supported date formats by the DateInput](slug:components/dateinput/supported-formats). Note that format specifiers for non-time portions will be editable only in the input and will not have a representation in the Time Picker dropdown. |
| `Id` | `string` | Renders as the `id` attribute on the `` element, so you can attach a `