Issayah

Results 319 comments of Issayah

In a similar way to how the modal & toast orchestrators work, I suppose it could be possible to create a composable for this instead. The drawback being directives still...

Also this https://github.com/bootstrap-vue-next/bootstrap-vue-next/blob/main/packages/bootstrap-vue-next/src/composables/useTooltip/index.ts but I never wrote any docs and don't know if it works @xvaara If this issue is finished, please close

@xvaara What do you think would have caused this issue? It's important in SSR contexts to provide a stable teleport target. This is why nuxt added it in their release....

Seems to have been fixed ```html import {ref} from 'vue' import type {BTableProvider} from './types' const filter = ref(undefined) const items = ref([ {age: 40, first_name: 'Dickerson', last_name: 'Macdonald'}, {age:...

Odd issue. ClientOnly for now is a workaround, but I'd like to get this fixed. Oddly enough, there was a period where it was working for me, but something must...

https://github.com/unplugin/unplugin-vue-components/issues/611 The issue is that the components in dts are lazily loaded. The plugin doesn't scan the entire app and add them all at once, they get added when they're...

In my specific case, I routinely have this stuck on sending messages issue. Most frequently, it is the result of writing long texts (MMS) Curiously, it immediately goes to _sending..._...

This could be a useful addition if finished

CONTAINS A BREAKING CHANGE. UPDATE COMMIT MESSAGE

Yes, that's expected behavior https://bootstrap-vue.org/docs/components/table#table-busy-state