jQWidgets icon indicating copy to clipboard operation
jQWidgets copied to clipboard

jqxNumberInput - When spinButtonsStep>10 and min<0, the spinButtons stop working

Open IvanPeevski opened this issue 3 years ago • 0 comments

spinButtonsStep>10 and min<0 and the value of the input is double-digit negative, the spinButtons stop working

Demo for reproducing the issue: https://jsfiddle.net/2hv3n8sx/2/

  1. Click on the negative spin button
  2. The value goes to -10 and spinbuttons stop working

IvanPeevski avatar Jul 22 '22 16:07 IvanPeevski