Issayah
Issayah
Waiting on this for https://github.com/bootstrap-vue-next/bootstrap-vue-next/pull/2346 release. Lmk when it's done
It may be possible to standardize the issue of > We can't use modelValue directly to render the dom, since we need to be able to cancel the render if...
I'd have to review how both components work.
Related to https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1569
Inject would work well for orchestrating the defaults, but I'm not sure how you would get it to influence prop defaults. The prop defaults needs to be an object literal....
Plan: The system is inspired by https://vuetifyjs.com/en/features/global-configuration/#using-in-custom-components The only con is that the default unwrapping of props in template is prevented. A minor nuisance, but unavoidable. The way I believe...
This is somewhat of a difficult ask because there isn't any guidance on how the two components should interact with each other in bootstrap - https://stackblitz.com/edit/sdc5jk?file=index.html Here's my issue: if...
Try 0.23.3
Note the z index issue as well. You'll need to handle that manually