Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ import { noop } from 'rxjs';
* Supports display format that may differ from the input format.
* Provides methods to increment and decrement any specific/targeted `DatePart`.
*
* **Note:** This directive uses the Mask Directive internally and requires `type="text"` on the input element.
* Input elements with `type="date"` or other date/time types are not supported, as they do not allow
* programmatic cursor positioning and text selection required for mask functionality.
*
* @example
* ```html
* <igx-input-group>
Expand Down
Loading