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: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,24 @@ All notable changes for each version of this project will be documented in this
87
87
- New `igxDragIgnore` directive that allows children of the `igxDrag` element to be interactable and receive mouse events. Dragging cannot be performed from those elements that are ignored.
88
88
- New `dragDirection` input that can specify only one direction of dragging or both.
89
89
90
+
- `IgxDateTimeEditor` directive added.
91
+
- Allows the user to set and edit `date` and `time` in a chosen input element.
92
+
- Can edit `date` or `time` portion, using an editable masked input.
93
+
- Additionally, can specify a desired `display` and `input` `format`, as well as `min` and `max` values.
94
+
95
+
- A basic configuration scenario setting a Date object as a `value`:
0 commit comments