Hello,
In the demo pages (https://demos.telerik.com/aspnet-core/maskedtextbox/index), removing the value from the masked text box and then re-focusing the control places the cursor at the start of the input. This behavior does not appear to be default, as when I used a masked textbox in my project the cursor appears in the middle of the mask (wherever was clicked). I also don't see any mention of it in the demo pages or documentation. Is there a simple way of enabling this behavior?
I am using the current release of UI for ASP Core.
<kendo-maskedtextbox name="phone" class="form-control" mask="(999) 000-0000" value="@Model.SearchModel.Phone"></kendo-maskedtextbox>