I want to add a Placeholder to my MaskedTextBox. But adding the placeholder attribute does not work.
I even set maskOnFocus to true so that placeholder will be shown but to no avail.
<kendo-maskedtextbox [maskOnFocus]="true" [mask]="mask" [value]="value" placeholder="Phone Number"></kendo-maskedtextbox>
Is there a way for me to achieve this in the current version?
And are there plans to support placeholder in MaskedTextBox in the near future?
