I've been using kendo internationalization to format currency. The format '##,#.##' was working just fine (API)
A new requirement wants me to leave the cents the way the user entered.
1 -> 1
1.00 -> 1.00
1.0 -> 1.0
Is there a mask that could help with that or should I create our own parser?
stackblitz