Using the demo code at http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxnumberinput/defaultfunctionality.htm?arctic, in the Percentage box, perform the following actions:
Click inside the input area, then select all text (Ctrl-A for Windows, Command-A for OSX)
Type ‘3’, then click outside the box. Value is displayed as ‘__3.00%’.
Click inside the input area, then select all text again.
Type ‘0’, then click outside the box. Value is displayed as ‘__0.00%’.
Click the down arrow so that ‘-__1.00%’ is displayed.
Click inside the input area, then select all text again.
Type ‘3’, and note that ‘-__3.00%’ is displayed.
The ‘-__3.00%’ is incorrect, and at this point there is no way to get rid of the minus sign, short of selecting all text, entering ‘0’, and clicking the up arrow to make it a positive value.