w-s-q

Results 1 issues of w-s-q

### Describe the bug 当hc:TextBox的text绑定的数据类型为float或者double类型时,无法正常的输入小数点。比如当输入12.3时,只能先输入123,然后鼠标移到2和3之间,输入小数点。 ### Steps to reproduce the bug 1、在ViewModel中有一个Point属性,类型是float 2、在View上添加一个hc:Text控件,Value绑定 Value="{Binding Point, Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" 3、启动程序,输入小数。 ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version...