Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make datetimerpicker work with Fastboot #71

Open
svparijs opened this issue Jun 21, 2019 · 3 comments
Open

Make datetimerpicker work with Fastboot #71

svparijs opened this issue Jun 21, 2019 · 3 comments

Comments

@svparijs
Copy link

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?

@btecu
Copy link
Owner

btecu commented Jun 21, 2019

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 btecu changed the title Make datetimerpicker work with fastbook. Make datetimerpicker work with Fastboot Jun 21, 2019
@svparijs
Copy link
Author

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.

@btecu
Copy link
Owner

btecu commented Jun 21, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants