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!
Thanks for joining our community and helping improve Syncfusion products!
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