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!
Console error occurs when using currency property in Numeric Textbox component WASM application.
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]].formattedValue(Nullable`1 decimals, Decimal value)
at Syncfusion.Blazor.Inputs.SfNumericTextBox`1[[System.Decimal, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].validateMinMax()
at Syncfusion.Blazor.Inputs.SfNumericTextBox`1.
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
Server-side: ttps://www.syncfusion.com/downloads/support/directtrac/general/ze/Blazor_Numeric590709835
WASM: https://www.syncfusion.com/downloads/support/directtrac/general/ze/NumericTextBoxCurrency-1976660841
Replication procedure:
1. Run the attached sample.
2. You will find the console error while control rendering.