You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/datepicker/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ The Blazor Date Picker provides various parameters that allow you to configure t
62
62
|`BottomView`|` CalendarView` <br/> `CalendarView.Month`| Defines the bottommost view in the popup calendar to which the user can navigate to. |
63
63
| `DebounceDelay` | `int` <br/> 150 | Time in milliseconds between the last typed symbol and the value update. Use it to balance between client-side performance and number of database queries.
64
64
|`DisabledDates`|`List<DateTime>`| Specifies a list of dates that can not be selected. |
65
-
|`Enabled`|`bool`| Specifies whether typing in the input is allowed. |
65
+
|`Enabled`|`bool`| Specifies whether typing in the input and clicking the button is allowed. |
66
66
|`Format`|`string`| Specifies the format of the DateInput of the DatePicker. [Read more about supported data formats in Telerik DateInput for Blazor UI]({%slug components/dateinput/supported-formats%}) article. |
67
67
|`Id`|`string`| Renders as the `id` attribute on the `<input />` element, so you can attach a `<label for="">` to the input. |
68
68
|`Min`|`DateTime`| The earliest date that the user can select. |
0 commit comments