As a workaround, please use Text MaskType instead: Mask Tokens.
I am sorry for any inconvenience caused.
Regards,
Yana
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
the suggested "workaround" is not really an option I think as i need somthing like this:
^[0-9]{1,10}\.[0-9]{2}$
1-10 digits between 0 and 9, a decimal point and then 2 digits between 0 and 9. Can this be achieved with the "Text" MaskType?
Kind regards
Yana
Telerik team
commented on 06 Oct 2021, 10:37 AM
Only the part with 1-10 digits between 0 and 9 cannot be achieved with "Text" MaskType as the Text MaskType requires strict number of the expected symbols. I understand that RegEx is far more powerful and I am so sorry for the current inconvenience caused with this issue. I've updated the priority of the bug as per your report and hopefully we'll manage to resolve it soon.