Hi,
can someone please run the attached app (Blazor WASM, .NET5) and have a look as to why the following exception is being raised
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: The given key 'AUD' was not present in the dictionary.
System.Exception: The given key 'AUD' was not present in the dictionary.
at Syncfusion.Blazor.Internal.Intl.GetNumericFormat[Decimal](Decimal numberValue, String format, String culture, String currencyCode)
at Syncfusion.Blazor.Inputs.SfNumericTextBox`1[[System.Decimal, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].formatNumber()
at Syncfusion.Blazor.Inputs.SfNumericTextBox`1.<modifyText>d__304[[System.Decimal, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
at Syncfusion.Blazor.Inputs.SfNumericTextBox`1.<changeValue>d__300[[System.Decimal, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
at Syncfusion.Blazor.Inputs.SfNumericTextBox`1.<OnInitializedAsync>d__293[[System.Decimal, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
thankyou
Attachment:
WebApplication2_c096e759.zip