uxsolutions / bootstrap-datepicker

A datepicker for twitter bootstrap (@twbs)
Apache License 2.0
12.66k stars 6.07k forks source link

Bootstrap 5 Support #2593

Open mrlife opened 3 years ago

mrlife commented 3 years ago

@acrobat, @vsn4ik With Bootstrap 5's stable release coming, is it possible to learn whether this high quality date picker component will be compatible? Many thanks!

https://github.com/twbs/release#upcoming-release-schedule

bre7 commented 3 years ago

B5 no longer depends on jQuery so datepicker (which is a jQ plugin) would ideally need a rewrite to drop it as a dependency as well.

Cartman34 commented 3 years ago

+1 to BS5 support !

Bachstelze commented 3 years ago

@bre7 datepicker without JQuery is a whole new project. So we should first focus on supporting bootstrap 5 with JQuery as extra dependency.

martin-g commented 3 years ago

So we should first focus on supporting bootstrap 5 with JQuery as extra dependency.

💯

Jojoshua commented 1 year ago

Does the date picker not work with bs5 even if your project still uses jquery?

bre7 commented 1 year ago

It does work, same as with bs4

Jojoshua commented 1 year ago

It does work, same as with bs4

Thanks! I suggest this issue be renamed to something like "remove jquery dependency"