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.
2 parents f65607b + 810ddc4 commit ebf4943Copy full SHA for ebf4943
projects/igniteui-angular/src/lib/date-picker/date-picker.component.html
@@ -24,11 +24,11 @@
24
<input
25
class="igx-date-picker__input-date"
26
igxInput
27
- [igxTextSelection]="true"
28
type="text"
29
[value]="transformedDate"
30
[igxMask]="inputMask"
31
[placeholder]="mask"
+ [igxTextSelection]="true"
32
[disabled]="disabled"
33
[displayValuePipe]="displayValuePipe"
34
[focusedValuePipe]="inputValuePipe"
0 commit comments