hello,
i can't say for sure when it changes but sfnumericupdown stops accepting comma as a decimal separator, at lease in ru-RU culture , it just strips comma out and send for instance 55 instead of 5,5 to binded control
i am sure it works earlier , but last days i updated
visual studio to 2019
xamarin.forms to 3.6.0.293080
your controls to 17.1.0.38
xaml code
with ru-RU culture (on android samsung s7 , android 8.0 ) it shows point on a keyboard, accept input as point , but in binded property i receive data with point stripped out
i tried to set manually culture for control like
tbWeight.Culture = System.Globalization.CultureInfo.CurrentCulture;
with ru-RU, it still show point on a keyboard, but didn't accept it entered
how can i fix this ?
Sincerely
Ilya
update: downgrade to 16.4.0.54 solved this.