You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/datepicker/events.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This article explsins the events available in the Telerik DatePicker for Blazor:
17
17
18
18
## OnChange
19
19
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.
21
21
22
22
The date picker is a generic component, so you must provide either a `Value`, or a type to the `T` parameter of the component.
Copy file name to clipboardExpand all lines: components/timepicker/events.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This article explains the events available in the Telerik TimePicker for Blazor:
17
17
18
18
## OnChange
19
19
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.
21
21
22
22
The time picker is a generic component, so you must provide either a `Value`, or a type to the `T` parameter of the component.
0 commit comments