jQuery-Timepicker-Addon icon indicating copy to clipboard operation
jQuery-Timepicker-Addon copied to clipboard

incompatible plugin with the latest version jquery-ui 1.12.1

Open mpochron opened this issue 8 years ago • 1 comments
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

mpochron avatar Oct 25 '17 01:10 mpochron

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

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

wzoom avatar Jul 04 '18 17:07 wzoom