I have a date field and I want to remove the place holder by default.
I am using javascript onfocus and onfocusout events for removing pl
onfocus
onfocusout
The solution is this:
{{option.name | translate}} TS focusOut() { this.inputControl.disable(); this.inputControl.enable(); }