Skip to content

Commit 4872743

Browse files
docs(pickers): clarify onchange event
1 parent cfe0082 commit 4872743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/datepicker/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article explsins the events available in the Telerik DatePicker for Blazor:
1717

1818
## OnChange
1919

20-
The `OnChange` event fires when the new value is commited by the user either by pressing `Enter`, or when the input loses focus.
20+
The `OnChange` event fires when the new value is commited by the user either by pressing `Enter` while the input is focused, or when the input loses focus.
2121

2222
The date picker is a generic component, so you must provide either a `Value`, or a type to the `T` parameter of the component.
2323

components/timepicker/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article explains the events available in the Telerik TimePicker for Blazor:
1717

1818
## OnChange
1919

20-
The `OnChange` event fires when the new value is commited by the user either by pressing `Enter`, or when the input loses focus.
20+
The `OnChange` event fires when the new value is commited by the user either by pressing `Enter` while the input is focused, or when the input loses focus.
2121

2222
The time picker is a generic component, so you must provide either a `Value`, or a type to the `T` parameter of the component.
2323

0 commit comments

Comments
 (0)