sorry, the problem is an other:
when I fill the value if I digit a dot (.) as decimal separator I’ve no problem.
when I fill the value if I digit a comma (,) as decimal separator the key is ignored.
The keybord Language is ‘it-IT’.
repost the script
$(“#jqxNumberInput”).jqxNumberInput({
width: ’250px’,
height: ’25px’,
theme: ‘energyblue’,
spinButtons: false,
decimalSeparator: ‘,’,
groupSeparator: ‘.’
});
<div id=’jqxNumberInput’></div>