|
|
|
Hello Alex,
Good day to you.
We validated the reported issue in the Spanish machine. With the provided solution, we could not replicate the issue. Can you please provide below information to investigate this issue?
1. Video demonstration for the reported issue.
2. We have provided solution using JS interop. Can you please ensure whether the respective method in javascript file is invoked or not in your sample?
Thanks,Jeyanth.
public async Task onCreate()
{
var currentCulture = System.Threading.Thread.CurrentThread.CurrentCulture.Name;
var ci = new CultureInfo(currentCulture);
Decimal = ci.NumberFormat.NumberDecimalSeparator;
await JsRuntime.InvokeVoidAsync("create", "numeric",Decimal);
}
|