RadzenNumeric Component fails to accept pasted input when Min is specified #1938

Closed
opened 2026-01-29 18:15:53 +00:00 by claunia · 0 comments
Owner

Originally created by @jgcordel on GitHub (Dec 19, 2025).

Describe the bug
RadzenNumeric Component fails to accept pasted input when Min is specified

To Reproduce

  1. Create a page with a RadzenNumeric component with Min=1 (example: <RadzenNumeric Min=1 @bind-Value=@value/>)
  2. Navigate to that page and attempt to paste a value containing commas, dollar signs, etc.. (i.e. 10,000.00 or $10,000,000)
  3. Component fails to consume the pasted value (no input displayed)

Expected behavior
behavior should be identical to when the Min value is not set (i.e. allow for the user input and when the component loses focus, attempt to parse and format the value

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Chrome
  • Version: 143.0.7499.40

Additional context
We've only tested and experienced this issue with the Min parameter. We do not know if this issue appears with other parameters are used.

Originally created by @jgcordel on GitHub (Dec 19, 2025). <!-- IMPORTANT: Read this first!!! 1. If you own a Radzen Blazor subscription you can report your issue or ask us a question via email at info@radzen.com. Radzen staff will reply within 24 hours (Pro) or 16 hours (Team) 2. The Radzen staff guarantees a response to issues in this repo only to paid subscribers. 3. If you have a HOW TO question start a new forum thread in the Radzen Community forum: https://forum.radzen.com. Radzen staff will close issues that are HOWTO questions. 4. Please adhere to the issue template. Specify all the steps required to reproduce the issue or link a project which reproduces it easily (without requiring extra steps such as restoring a database). --> **Describe the bug** RadzenNumeric Component fails to accept pasted input when Min is specified **To Reproduce** 1. Create a page with a RadzenNumeric component with Min=1 (example: <RadzenNumeric Min=1 @bind-Value=@value/>) 2. Navigate to that page and attempt to paste a value containing commas, dollar signs, etc.. (i.e. 10,000.00 or $10,000,000) 3. Component fails to consume the pasted value (no input displayed) **Expected behavior** behavior should be identical to when the Min value is not set (i.e. allow for the user input and when the component loses focus, attempt to parse and format the value **Desktop (please complete the following information):** - OS: Windows - Browser: Chrome - Version: 143.0.7499.40 **Additional context** We've only tested and experienced this issue with the Min parameter. We do not know if this issue appears with other parameters are used.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1938