Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
This applies to all controls that allow formatting of numbers. I encountered it in Vue data grid and replicated it in vanilla Javascript numeric text box. I want zeros to be formatted as the string "-". However, a formatting string that does this which works in other languages like C# number formatting results in "undfined0undfined". In syncfusion I need to have the 0 digit in the format string for it to work. So, I could format 0 as "blank0" but not "blank".
Reproduction: https://stackblitz.com/edit/tys2lh