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: projects/igniteui-angular/src/lib/directives/date-time-editor/README.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
@@ -114,6 +114,6 @@ public datePart: typeof DatePart = DatePart;
114
114
| Name | Type | Description |
115
115
|:-----|:----|:------------|
116
116
|`valueChanged`| custom | Fired when the editor's value has changed. |
117
-
|`validationFailed`| custom | Fired when the editor is not within a specified range. |
117
+
|`validationFailed`| custom | Fired when the editor is not within a specified range. Can revert back to a previously valid state by changing the `newValue` property of the `args` parameter. |
0 commit comments