We are having issues with the jQuery UI spinner. When we set a max on the spinner, is is not possible to exceed this max when using the spinner button. However using the keyboard we can go to any number.
We need to allow users to use the keyboard as well though. Is there a standard solution for this in jQuery UI?
As you can see in this (http://jsfiddle.net/Uygt2/4/) updated fiddle from Rab Nawaz, the blur
always gets called, which is causing our logic to run twice.