Arnaud Dagnelies

Results 95 comments of Arnaud Dagnelies

That's really really strange. I'll close it since it is not reproducible but re-open it anytime if you are able to produce it again.

thanks for the PR but I think it would be really helpful to split this into 2 PRs. One for the bSelect bugfix, another for the docs update. Could you...

Once #4142 is merged, the diffs should drastically reduce

Also, I didn't delve into details, but here is a general question. A common use case in selects, is to use an empty option (using empty string `""` as value)...

+1 on that. I actually always missed that native elements aren't styled by default. But please apply `.nav` on what's inside a ``, that's more intuitive. 😉 Also, if elements...

It's indeed in unfitting place to post an issue about passwordless.id itself, but it's my own fault for not pointing out where to post such issues in the first place....

I guess it's because of this: https://github.com/buefy/buefy/blob/a2cdf9100ba3eb7ebec206c00f41b17ad3521251/packages/buefy/src/utils/CompatFallthroughMixin.ts#L20 ...although I wonder why ID was placed in the root attrs instead of the fallthrough.

Solved by setting the following quite well hidden option: ```js createApp(...).use(Buefy, { defaultCompatFallthrough: false }) ``` I wonder if it would make sense to change the default, or at least...

I looked at it too, and if I remember right it slipped in during a refactoring from @kikuomax . It looked like an intended change but I didn't dig too...