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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.d__294[[System.Decimal, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()

   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.