HandyControl icon indicating copy to clipboard operation
HandyControl copied to clipboard

NumericUpDown 使用键盘输入数据不触发ValueChanged事件

Open lanzhiquan opened this issue 2 years ago • 2 comments

Describe the bug

NumericUpDown 使用键盘输入数据不触发ValueChanged事件。3.3版本之前不会有此问题,3.3版出现。

Steps to reproduce the bug

<hc:NumericUpDown Name="NumericUpDown1" Minimum="-999999.0" Maximum="999999.0" Value="666.123" DecimalPlaces="6"></hc:NumericUpDown>

Expected behavior

No response

Screenshots

No response

NuGet package version

No response

IDE

No response

Framework type

No response

Windows version

No response

Additional context

No response

lanzhiquan avatar Apr 13 '22 15:04 lanzhiquan

为什么关掉了,这个Issue,我感觉这个问题还存在呀

thirking avatar Jun 15 '22 06:06 thirking

查看git记录,应该是在3.13 作者进行输入控件重构时,去掉了_textBox的TextChanged事件;出现了Text输入后,不触发ValueChanged事件; image

NickNameIsNull avatar Jul 06 '22 02:07 NickNameIsNull