trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

Compatability issue with DirtyForms. #709

Open ryanbehr opened 10 years ago

ryanbehr commented 10 years ago

I'm using the dirty forms plugin ( https://github.com/snikch/jquery.dirtyforms ) with TimePicker and when clicking the arrows it navigates away from the page.

JSFiddle: http://jsfiddle.net/5gzXT/

It seems to work properly in the JSFiddle, but if you open the debugger, you see it actually does try to navigate when clicking the arrows.

Not sure where the issue is, it may not even be with this plugin, but I figured I'd post in both projects. Thanks for the excellent plugin!