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!

2
Votes

Hi,

I Have the following readonly SfNumericTextBox:

<SfNumericTextBox @bind-Value="@Order.BasePrice" ID="order-baseprice" CssClass="py-0" Min="0" Decimals="2" Step="new decimal(0.1)" Format="C2" TValue="decimal" required="" Currency="EUR" Readonly="true" />


Order.BasePrice is 3, however when I click into the numeric textbox and then click outside of it the value suddenly changes to 0.

Here is a GIF demonstating the problem:

Demo.gif


Additional information:

  •     OS: Windows 10 21H1
  •     Platform: Blazor WebAssembly
  •     Framework: .NET 5 (5.0.202)
  •     Installed Syncfusion NuGet Package: Syncfusion.Blazor.Grid (19.2.0.44)
  •     Browser: Firefox v89.0.2 (Also tested with plain Microsoft Edge v91.0.864.59)


Looking forward to hearing from you.

Best regards
Daniel