Hi,
I have a problem.
I’m using
decimalSeparator : “,”
groupSeparator: “.”
when I insert the value from the keyboard everything is ok but
If I set the value of the input with “.jqxNumberInput(‘val’, 561.23);” the result in the input is “561,00” or
If I set the value of the input with “.jqxNumberInput(‘val’, ‘561.23’);” the result in the input is “5.61.,00”
There is another way to set values with the decimal separator “,” or this is a bug?
Thanks