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!
Hi
The issue not resolved.
For test: when i set my regional format to persian
i got this error on console:
Error: System.FormatException: Input string was not in a correct format.
at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type)
at System.Number.ParseDecimal(ReadOnlySpan`1 value, NumberStyles styles, NumberFormatInfo info)
at System.Decimal.Parse(String s, IFormatProvider provider)
at Syncfusion.Blazor.Inputs.SfNumericTextBox`1.ValidateStep()
at Syncfusion.Blazor.Inputs.SfNumericTextBox`1.OnParametersSetAsync()
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
and when change regional format to English still not working
so I have to recompile code and after that works fine
thank you