Unplanned
Last Updated: 30 Jun 2025 10:01 by David
David
Created on: 30 Jun 2025 10:01
Category: NumericTextBox
Type: Bug Report
2
NumericTextBox clears the textbox completely when using ValueChanged to override the user input

The NumericTextBox does not render the new Value that is set in ValueChanged if this new value is different than the event argument. Instead, the component clears the textbox, even though the component Value parameter is correct.

https://blazorrepl.telerik.com/wzaAHYas221go9xd48

The problem occurs only if there is an existing value and the user removes it with Backspace.

0 comments