Guillaume Chau

Results 418 comments of Guillaume Chau

I think you can already do this using the `befoare` and `after` slot, with a div on which on apply the size you want (for example `itemSize * itemCount`).

https://github.com/Akryum/flexsearch-es

@Tasin5541 The code doesn't export a `create` function (the documentation and types seem to be wrong).

My workaround: https://gist.github.com/Akryum/d22899ba7b380918062c6fa65ee87f10

Would having TypeScript types help solve this? I'm not really familiar with Jetbrains IDEs

Weird, would you mind calling a small repo which reproduces that with Vue compat? Thanks

Does it happen with the `` component?

Could you create a small runnable reproduction (for example with stackblitz) showing the problematic behavior? Thanks!

Yes you can use [ariaId](https://floating-vue.starpad.dev/api/#ariaid) prop to prevent using a random id for the `aria-describedby` attribute. Maybe it could be fixed in nuxt via the module but I'm not sure.

Also is this caused by popper that are already open when they are rendered on the server? For example with `:shown="true"`