Skip to content

Commit a80ce0d

Browse files
chore(datePicker): clarify Enabled (#879)
1 parent 5a0f060 commit a80ce0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/datepicker/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The Blazor Date Picker provides various parameters that allow you to configure t
6262
| `BottomView` | ` CalendarView` <br/> `CalendarView.Month` | Defines the bottommost view in the popup calendar to which the user can navigate to. |
6363
| `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.
6464
| `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. |
6666
| `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. |
6767
| `Id` | `string`| Renders as the `id` attribute on the `<input />` element, so you can attach a `<label for="">` to the input. |
6868
| `Min` | `DateTime` | The earliest date that the user can select. |

0 commit comments

Comments
 (0)