Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, 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

Regarding the section formatting support in the Syncfusion NumericTextBox. We have been testing custom number formats, and I wanted to confirm whether the NumericTextBox component supports section formatting, specifically for formats like:
  • ########;;"" – to suppress leading zeroes and display nothing if the value is zero.
  • #,###;;"" – to show thousand separators and hide zero values.

Expected : 
Section formating is need to be supported in numeric textbox. 

Current : 
Section formating is not supported in numeric textbox.