Issayah
Issayah
I have a feeling it's a floating ui issue
I'd like some sort of boilerplate reproduction that you used so i can try messing about. In not sure how to use it. Ideally also something to test the umd...
> Manually setting to 1000KB compression worked for me now > > Quik 4.1.0 fdroid Same, I kind of stumbled onto this fix awhile after using it. It was somewhat...
You're going to need to make a PR if you want it added
https://github.com/bootstrap-vue-next/bootstrap-vue-next/pull/2899#issuecomment-3533685940
What I've noticed is that because Id is uppercased in your example, it ends up getting processed as an attribute, rather than a prop. The handler in BFormCheckbox runs correctly,...
> Interesting, but why is there a spread in the first place ? The docs says only 'value', 'text' and 'disabled' are supported. Is the purpose of the spread to...
Why is it "correct" in your opinion?
This satisfies the intention of the problem, while also showing the complexity with assigning defaults to the generic values. The generic default values is impossible to fix I'm afraid.
It could be possible to implement the getter functions I've created for primaryKey in my btable PR as well. I think we should perhaps implement that as well here, and...