I have this TelerikDatePicker
<TelerikDatePicker @bind-Value="@WensDatum"
Format="dd-MM-yyyy"
Placeholder=""
id="wensdatum"></TelerikDatePicker>
private DateTime? WensDatum;
But when the user clicks on the DatePicker textbox, the Date Format is shown.
I would like that when the user clicks on the text box it stays empty. But I haven't found a solution for that.
Is this possible?