Sandro Circi
Sandro Circi
@ineshbose could I ask your opinion on this? Isn't it related to the [recent tailwind's module changes](https://github.com/nuxt-modules/tailwindcss/releases/tag/v6.12.0)?
I would like to help, if I'm able to. Is there going to be a dedicated branch or will it be done in the `dev` one?
Sorry for the late reply, is this still an issue with the latest `@nuxt/ui` versions?
Indeed this could be useful in a number of situations, but if I'm not mistaken this could not working with the current Popper implementation, not being easily reactive on position...
I'm not fully sure to follow you here: would you like explicitly note in the docs that the `#description` slot is a `p` tag, or would you more prefer it...
I've opened a PR to add a default slot to the `UAlert` component. This makes us not break the current functionality but adds the ability to insert custom components or...
Would it be simpler to use the `:loading="loading"` prop instead of the disabled one? Also, if you are using the [`multiple`](https://ui.nuxt.com/components/select-menu#multiple) prop that will prevent your `SelectMenu` from closing after...
@devdeadviz I'm sorry for the late reply. Still, as also [described in the docs](https://ui.nuxt.com/components/select-menu#async-search), you should be using `loading` instead. Since `disabled` will completely freeze any operation and execution.
@devdeadviz would you be able to provide a [minimal reproduction](https://nuxt.new/s/ui)? I would be happy to debug this further
This might explain why I wasn't able to reproduce it. Thanks for the update @devdeadviz!