question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

dateTimePicker not worked!

See original GitHub issue

Error text "Bootstrap datetimepicker library is missing. Please download from https://eonasdan.github.io/bootstrap-datetimepicker/ and load the script and CSS in the HTML head section!" What can I do to work? Vue 2.0

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:18 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
cristijoracommented, Feb 12, 2017

The error seems pretty straightforward. Add a script tag with the bootstrap datepicker. https://eonasdan.github.io/bootstrap-datetimepicker/Installing/#manual Since this plugin is dependent on jquery and the plugin itself it checks if the jquery and datetimepicker are in the window object if(window.$ && window.$.fn.datetimepicker) Just make sure you have the plugin initialized according to it’s docs. As long as you pass over that part it should work fine. PS: If you don’t want to depend on jquery you can have a look at this table https://icebob.gitbooks.io/vueformgenerator/content/fields/optional_fields.html and use the vanilla alternative or make a field yourself https://icebob.gitbooks.io/vueformgenerator/content/fields/custom_fields.html.

1reaction
lionel-bijaouicommented, Jun 21, 2017

@bhupender005 Sorry, but this is out of the scope of this plugin and the use of the issue tracker. If you want to find help you can ask any question you like on the official Vuejs Forum or the Vuejs Gitter channel. Of course, if you have an issue or question directly related to this plugin and it’s use feel free to open another issue. Good luck !

Read more comments on GitHub >

github_iconTop Results From Across the Web

jquery - Bootstrap-Datetimepicker Not working - Stack Overflow
I have updated jsFiddle to work. I changed the external resources and made some minor adjustments to the code. HTML <div class="container"> ...
Read more >
Datetimepicker not working - Laracasts
Clear browser cache and delete the temp views. It seems like it is something to do with my script that is in the...
Read more >
DatePicker, DateTimePicker not working in EDGE or Chrome
Any interaction within the calendar (clicking a date, time, button etc) results in immediate crash, after which nothing works. Swedish regional settings and ......
Read more >
Event show.datetimepicker not working · Issue #227 - GitHub
Hi, as shown in this fiddle https://jsfiddle.net/y81Lkv9c/1/ the event show.datetimepicker is never triggered.
Read more >
[Solved] Problem with bootstrap datetimepicker - CodeProject
Hi Friend, i have implemented bootstrap datetimepicker , but added only the three bootstrap.css,jquery_*.js, and bootstrap.js files and it is ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found