Issayah
Issayah
Related: https://github.com/bootstrap-vue-next/bootstrap-vue-next/issues/1776#issuecomment-1959806114
fixed by https://github.com/bootstrap-vue-next/bootstrap-vue-next/commit/f2973bb266c5422407d148cfeed383c5f66263f1
That's a tough one to solve. On one hand, I _think_ it's a remnant of what bootstrap-vue decided. Which, would mean that if we made a fixing change, that it...
Not sure what you mean
It would work, but I still prefer the approach of having a separate prop for the two. If it was done your way, there would be no way to put...
This issue is tracked for https://github.com/orgs/bootstrap-vue-next/projects/1?pane=issue&itemId=31679414
> @VividLemon Can you share about the progress of this issue? it will support custom wrapper class for some components like BFormCheckbox, BFormRadio? for now, I want to add more...
@xvaara In this commit  You made them HTMLAttributes, I didn't think about this about this before, but attrs can really be anything that falls through. This is especially true...
Using option 2.7 seemingly had no affect for me. The process did not work correctly. Pushing the option back to '2', from '2.7', had no affect either. I was only...
@xvaara Hypothetically you could modify the code for useModal and adapt it to behave for tooltip and popover. Tbh I would just combine the two into one function. I don't...