Issayah

Results 319 comments of Issayah

> Should i try to include it in the rollup build process of packages/bootstrap-vue-next, or should I create a stand alone script? Probably as a Vite plugin. Or just a...

It's extremely difficult. A Vite plugin that scans files would be a useful addition to the community. But you have to deal with imports, script setup syntax and options api....

Seems like it could do the job well enough

related: https://github.com/bootstrap-vue-next/bootstrap-vue-next/pull/1580#discussion_r1389474061

Generics is on hold as its support isn't perfect.

The best way is to have it be the dropdown way, but the dropdown shouldn't unmount on hide ('lazyOnce' always is preferred. If you render the component, there is no...

Ideally a composable to manage the state of lazy, and a composable to manage the show-prevent/hide-prevent would be made to unify everything. Even if the composable system is rebuilt to...

Related: https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1685

This isn't something that we can really fix. The directive itself is something that shouldn't really exist. It's very hacky