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

incompatible plugin with the latest version jquery-ui 1.12.1 #935

Open mpochron opened 6 years ago

mpochron commented 6 years ago

error:

Uncaught TypeError: Cannot set property 'parseDateTime' of undefined

Downgrade works for me:

wzoom commented 6 years ago

I solved the issue by importing the missing $.datepicker from jQuery UI

import 'jquery-ui/ui/widget';
import 'jquery-ui/ui/widgets/datepicker';