From 3da7b621836b592fc4acd8e0510ff57e3bd57d79 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Tue, 5 Mar 2024 21:02:38 +0200 Subject: [PATCH] Update components/datetimepicker/events.md Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com> --- components/datetimepicker/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/datetimepicker/events.md b/components/datetimepicker/events.md index 683033f3f..d41ede15a 100644 --- a/components/datetimepicker/events.md +++ b/components/datetimepicker/events.md @@ -102,7 +102,7 @@ As an argument, the event handler receives a [`DateTimePickerCalendarCellRenderE ## OnChange -The `OnChange` event represents a user action - confirmation of the current value. It fires when the user presses `Enter` in the input, or when the input loses focus. +The `OnChange` event represents a user action that confirms the current value. It fires when the user presses `Enter` in the input or when the input loses focus. The DateTimePicker is a generic component, so you must either provide a `Value`, or a type to the `T` parameter of the component.