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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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".