Hi there,
I discovered there is a “hidden” property for jqxNumberInput : enableMouseWheel.
this property is set on true by default.
So if you don’t want the value of jqxNumberInput to change accidentally when you scroll with mouse wheel, you just have to add :
$(“#jqxNumberInput”).jqxNumberInput({
enableMouseWheel: false
});
lots of users are waiting for this functionality since years, but you never told us that this new functionality exists…
Please, can you complete the documentation of the api reference documentation ?
many thanx.
fabriceb