I wanted to use jQWidgets
number input together with Knockout, but I can't get it to work.
I can't even get it to work on their demo page.
No matter how much I change the value, clicking "Get value" only gets the original value. Also, changing the value and then checking and unchecking the disabled checkbox resets the input to the orignal value.
Clicking the "Set value" button only runs a predefined function that sets its value. I'm just curious as to why the observables value isn't changed when you change the inputs value.
Is the widgets Knockout integration borked, or am I just stupid? I've tried the above linked page in Chrome, Firefox and IE11, all with the same result.
If this widget is indeed broken, suggestions to similar "plugins" (masked numerical input) that works with Knockout will be greatly appreciated.