ember-cli-bootstrap-datetimepicker icon indicating copy to clipboard operation
ember-cli-bootstrap-datetimepicker copied to clipboard

Make datetimerpicker work with Fastboot

Open svparijs opened this issue 6 years ago • 3 comments

Currently we want to use fastboot for our ember app. But the app won't load because of this "bootstrap-datetimepicker requires jQuery to be loaded first" message.

Is it possible to make this component work with fastbook?

svparijs avatar Jun 21 '19 08:06 svparijs

This addon is a wrapper for bootstrap-datetimepicker. Because it needs Bootstrap, it assumes jQuery will be present (Bootstrap requires jQuery). I'm not sure there's much that can be done to use this addon wth Fastboot.

btecu avatar Jun 21 '19 12:06 btecu

That would be a shame, its the only component thats makes the fastboot break.

ember-bootstrap has figured it out (maybe we should have a look at it). There should be a way to fix this issue... hopefully.

svparijs avatar Jun 21 '19 13:06 svparijs

ember-bootstrap has implemented the actual component javascript in Ember. However, bootstrap-datetimepicker itself uses jQuery so even if it wasn't for Bootstrap it still wouldn't be enough.

btecu avatar Jun 21 '19 23:06 btecu