We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83cc06 commit b024805Copy full SHA for b024805
projects/igniteui-angular/src/lib/directives/date-time-editor/date-time-editor.directive.ts
@@ -36,6 +36,10 @@ import { DateTimeUtil } from '../../date-common/util/date-time.util';
36
* Supports display format that may differ from the input format.
37
* Provides methods to increment and decrement any specific/targeted `DatePart`.
38
*
39
+ * **Note:** This directive uses the Mask Directive internally and requires `type="text"` on the input element.
40
+ * Input elements with `type="date"` or other date/time types are not supported, as they do not allow
41
+ * programmatic cursor positioning and text selection required for mask functionality.
42
+ *
43
* @example
44
* ```html
45
* <igx-input-group>
0 commit comments