Hello,
I’m using French CFA monney in my app.
That’s why I added : symbol: ‘F CFA’ in my jqxNumberInput property :
$(“#jqxNumberInput”).jqxNumberInput({
groupSeparator: ”, groupSize: 0, inputMode: ‘simple’, min: 0, spinButtons: true, decimalDigits: 1, spinButtonsStep: 5, symbolPosition: ‘right’, spinMode: ‘advanced’, symbol: ‘F CFA’
});
The problem is :
The caret is moving from left or right to left (or left to right) when I use the spin buttons.
the spinmode is set on advanced, so when the caret moves on digits, the spinbuttonstep is changing !!!
At first the spinbuttonstep is 0.5 because the caret is close to the decimal digit… but after à few clics, the spinbuttonstep is now of 5 instead of 0.5.
See an example here :
http://jsfiddle.net/mogador/a7g0L6hk/