Issayah
Issayah
I agree, it is nice that this stuff is in the dconf-editor, but could be expanded to be included in the settings app
The icon prop is deprecated and will be removed in 0.19. Instead use the default slot with your icon of choice ```html ``` (We don't have an icons library internally)
(Note: it actually has an _icon_ prop, but this affects the behavior of the blink. Although in this context it doesn't make sense https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1776)
Should make a issue with Vue core
There is no recommended way to do validation. It's outside the scope of this library and is really up to user comfort on how one prefers to do validation. That...
> @VividLemon Do you know why we have so many styles in our scss? For what reason they are there and do we need them? I dont remember why theyre...
> it's a BOverlay under the hood would (and did) surprise me Remove it. Idrc. Probably not much utility to it. The only use I can see is adding a...
For simplicity id rather just stick to the default. Again, i dont see much use in having red backdrops and whatnot. Maybe adjust the blur, but thats about it. And...
> @VividLemon should we default all the teleports to `#teleports` and maybe add a check to see that it exists and warn about that in dev mode? or could we...
I saw that useId doesn't work with inheritAttrs false, which is a problem considering we can't modify what is properly a fragment component. So, if `data-n-ids` is the key to...