If I change it to the format I am using it doesn’t work in the fiddle. Pasting in text also causes problems
$(“#jqxNumberInput”).jqxNumberInput({
width: ‘100px’,
height: ’25px’,
min: -90.000,
max: 90.000,
decimal: 33.434,
decimalDigits: 4,
inputMode: ‘simple’,
theme: ‘energyblue’
});
$(“#jqxNumberInput2”).jqxNumberInput({
width: ‘100px’,
height: ’25px’,
min: -180.000,
max: 180.000,
decimal: -112.012,
decimalDigits: 4,
inputMode: ‘simple’,
theme: ‘energyblue’
});