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

0
Votes

               Binding the SfNumericTextBox to a double at the limit of representation and with two decimal places the textbox does not display the correct digits and instead incorrectly displays ".00".


Sample : https://www.syncfusion.com/downloads/support/directtrac/general/ze/Incorrect_Display_of_Double_Value_in_SfNumericTextBox1791727795

 

Replication procedure :

  1. Run the sample.
  2. Update “103333333333330.025” in the Syncfusion NumericTextBox component.
  3. It will update the value as “103333333333330.00”.

Expected Output: The Numeric TextBox component needs to update the value same as Native InputNumber.

Current Output: The Numeric TextBox component does not update the value the same as Native InputNumber.