Benjamin Canac
Benjamin Canac
@Nyantekyi I don't see the issue in your reproduction, you can remove the `by="id"` to fix the selection but the `value-attribute` and `option-attribute` seems to be working fine for me.
The `@nuxt/ui` version installed is `2.17.0` in your reproduction (package-lock.json), you haven't installed the dependencies correctly.
You can remove the `package-lock.json` and run `npm install` again.
@acidjazz I don't have an easy way to fix this in `v2` without rewriting the whole thing, which we did on `v3`.
Would it be possible to apply the same changes to the `useModal` composable in the same PR? @noook What do you think?
@genu Sorry for the delay!! Should we really release this with the Headless UI limitation though? I would rather implement this only in the `v3`.
Should we close this then? If you want to work on this, you can make a pull request against the `v3` branch already https://github.com/nuxt/ui/tree/v3 😊
@NMTuan You need to switch to the `nuxt/ui-edge` package.
On the top-left corner, you can switch to the `dev` package: ![CleanShot 2024-04-09 at [email protected]](https://volta.s3.fr-par.scw.cloud/Clean_Shot_2024_04_09_at_10_05_15_2x_b2d1d3ea1c.png)
The goal of this feature is to be able to change your colors dynamically through your `app.config.ts`. The module creates Tailwind CSS `primary` and `gray` colors as aliases with CSS...