RadzenNumeric isn't updating value when format property is used #128

Closed
opened 2026-01-29 17:32:01 +00:00 by claunia · 2 comments
Owner

Originally created by @chrgraefe on GitHub (Jun 17, 2021).

Describe the bug
RadzenNumeric isn't updating value when format property is used

To Reproduce
Repo: https://github.com/chrgraefe/RadzenNumeric

Steps to reproduce the behavior:

  1. Start project
  2. Navigate to "/radzennumericexample"
  3. Click into numeric field
  4. delete just the value (50) after the decimal point
  5. type 25 as new value after the decimal point. So the new value is 1200.25 €
  6. leave the form field
  7. value is now 0.00 €

Expected behavior
Value is in the field as editted

Originally created by @chrgraefe on GitHub (Jun 17, 2021). **Describe the bug** RadzenNumeric isn't updating value when format property is used **To Reproduce** Repo: https://github.com/chrgraefe/RadzenNumeric Steps to reproduce the behavior: 1. Start project 2. Navigate to "/radzennumericexample" 3. Click into numeric field 4. delete just the value (50) after the decimal point 5. type 25 as new value after the decimal point. So the new value is 1200.25 € 6. leave the form field 7. value is now 0.00 € **Expected behavior** Value is in the field as editted
Author
Owner

@MPapst commented on GitHub (Jun 19, 2021):

happened because of the currency symbol, which was not removed before trying to parse the given string into a decimal.

@MPapst commented on GitHub (Jun 19, 2021): happened because of the currency symbol, which was not removed before trying to parse the given string into a decimal.
Author
Owner

@ygavrishov commented on GitHub (Oct 9, 2021):

The issue remains for percent symbol (%). It's used when Format="p"

@ygavrishov commented on GitHub (Oct 9, 2021): The issue remains for percent symbol (%). It's used when Format="p"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#128