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!

2
Votes

The numerictextbox component returns the value as an integer instead of decimal when changed the culture as “el”.


Replication steps:

Step 1: change the browser culture to Greek.

Step 2: change the system date, time or number format to Greek (Cyprus)

Step 1: Run the sample

step 2: check the input value 12,34 (decimal)


output: two-way variable returns integer value as 12.

expected: variable value should be 12.34