Hi JQW Team, I have a problem when I set a decimalseparator different from “.”.
I declare my jqxNumberInput in this way:
$("#jqxNumberInput").jqxNumberInput({
width: '250px',
height: '25px',
theme: 'energyblue',
spinButtons: true,
groupSeparator: "'",
decimalSeparator: ","
});
It appears correctly on my page, but after I type some number and after I press key up or key down (also the spin button arrow up/down) the value change with a wrong value & format.
see the example below:
147,81 –> ‘147’.81,00
thanks in advance,
Ale