Hi,
I found something really strange, jqxNumberInput does not support pasting from text copied from other sources like a notepad. However, if the number input is disabled, you can double click to select the text and press CTRL + V and the value actually gets pasted!
You can try it on this demo. https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxnumberinput/defaultfunctionality.htm?light Just disable the input and double click to select the text and paste any selected number. It would get changed.
This effectively lets you change the value of the input even if its disabled. Is there any way/workaround to prevent this? Even completely disabling paste itself should be ok.
-Mohamed Azher