jQuery-Timepicker-Addon
jQuery-Timepicker-Addon copied to clipboard
incompatible plugin with the latest version jquery-ui 1.12.1
trafficstars
error:
Uncaught TypeError: Cannot set property 'parseDateTime' of undefined
Downgrade works for me:
- jquery from 3.x.x to 1.11.1
- jquery-ui from 1.12.1 to 1.10.4
I solved the issue by importing the missing $.datepicker from jQuery UI
import 'jquery-ui/ui/widget';
import 'jquery-ui/ui/widgets/datepicker';