Skip to content

Commit

Permalink
Update components/datetimepicker/events.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yordan <[email protected]>
  • Loading branch information
dimodi and yordan-mitev authored Mar 5, 2024
1 parent 7d8335c commit 3da7b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datetimepicker/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3da7b62

Please sign in to comment.