Jacob Müller
Jacob Müller
BootstrapVue is still maintained and will have Vue 3 and Bootstrap 5 support in the future. There will not be ETAs in the near future but it will definitely happen....
@corbinu Sounds good 👍🏻
@tweichart I think people like/prefer a documentation that is like the Bootstrap one.
I can confirm that this solves #913 as well. I would love to see this merged soon!
We ended up polyfilling `DragEvent` and `DataTransfer` to work around our browser compatibility issues. `drag-event.js`: ```js (() => { if (typeof window.DragEvent !== 'undefined') { return; } window.DragEvent = function...
@funkyfisch Thanks for all the investigation and examples! I'am with you on this but I currently can't give a estimation when I will find the time to implement it. A...
Currently there is no option to do what you want with `this.$bvModal.msgBoxConfirm()`. @tmorehouse Maybe we could introduce a new `this.$bvModal.msgBox()` method which makes the buttons and their actions configurable.
I'am facing the same issue with Herd 1.8.0. M2 MacBook Pro, macOS 14.5.