Skip to content

Commit 4598c32

Browse files
committed
chore(datetime): Address comments #7170
1 parent 3c533c7 commit 4598c32

File tree

1 file changed

+1
-1
lines changed
  • projects/igniteui-angular/src/lib/directives/date-time-editor

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/directives/date-time-editor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ public datePart: typeof DatePart = DatePart;
114114
| Name | Type | Description |
115115
|:-----|:----|:------------|
116116
| `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. |
118118

119119

0 commit comments

Comments
 (0)