Skip to content

Commit f6873cd

Browse files
authored
Merge branch 'master' into didimmova/grid-cell-combos
2 parents d33a5a8 + a11a592 commit f6873cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/igniteui-angular/directives/src/directives/date-time-editor/date-time-editor.directive.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ import { noop } from 'rxjs';
3434
* Supports display format that may differ from the input format.
3535
* Provides methods to increment and decrement any specific/targeted `DatePart`.
3636
*
37+
* **Note:** This directive uses the Mask Directive internally and requires `type="text"` on the input element.
38+
* Input elements with `type="date"` or other date/time types are not supported, as they do not allow
39+
* programmatic cursor positioning and text selection required for mask functionality.
40+
*
3741
* @example
3842
* ```html
3943
* <igx-input-group>

0 commit comments

Comments
 (0)