Hello,
is there any possibility to change the placeholder in an igx-date-picker?In a german website we have this date picker:
Hello Stephan,
While you are upgrading to the latest version of the product, what I could suggest for setting the placeholder of the igx-datepicker for versions 10.1 and 9.1 is the following:
public ngAfterViewInit(){
this.datePicker.inputGroup.input.element.nativeElement.placeholder = "tt.mm.jjjj"
}
I have prepared a sample using version 9.1. Please test it on your side and let me know if you need additional information regarding this matter.
Regards, Monika Kirkova, Infragistics
Hello Monika,
thanks for your fast response.
Unfortunately, this solution does not work because inputDirective is not defined in our version of datePicker.I think, we have to upgrade our controls.
I'll sign up again...Stephan
Regards,Monika Kirkova,Infragistics