Skip to content

Commit

Permalink
Update components/datepicker/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 f367e4e commit 24e9bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datepicker/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ As an argument, the event handler receives a [`DatePickerOpenEventArgs` object](

## ValueChanged

The `ValueChanged` event fires on every change in the component value, that occurs after typing or selection in the Calendar popup. If the `Value` parameter is nullable and the user types a value that is outside the `Min` and `Max` range, the handler will receive a `null` argument.
The `ValueChanged` event fires on every change in the component value that occurs after typing or selecting in the Calendar popup. If the `Value` parameter is nullable and the user types a value that is outside the `Min` and `Max` range, the handler will receive a `null` argument.

>caption Handle ValueChanged and provide initial value
Expand Down

0 comments on commit 24e9bbd

Please sign in to comment.