I am using scheduler from fuelux for my project, but I found some bugs. See the live demo for example: http://exacttarget.github.io/fuelux/javascript.html#scheduler
If the user types in letters like 'abc' for repeat times or end after occurances, it becomes zero ('0') while I want it to be one ('1'). Also, I want the default value of end after occurances to be one.
These are two spinboxes in the scheduler, namely repeat-every and end-after, if you see fuelux.js for reference. I am wondering if I can change it so that it makes more sense for users?