\n\n\u003Cimg width=\"428\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/7f2bf278-8b13-4d8b-84ec-beb29d9036bb\" />\n\nI couldnt reproduce in a fresh project, but my project is pretty clean still with no customizations. Might have something to do with the css order?\n",[2908,2909],{"name":2868,"color":2869},{"name":2888,"color":2889},2926,"v3: Icon size gets overwritten by icon's width/height","2024-12-29T11:55:14Z","https://github.com/nuxt/ui/issues/2926",0.7191301,{"labels":2916,"number":2923,"owner":2874,"repository":2874,"state":2900,"title":2924,"updated_at":2925,"url":2926,"score":2927},[2917,2920],{"name":2918,"color":2919},"3.x","29bc7f",{"name":2921,"color":2922},"pending triage","E99695",14189,"Does not work scroll","2023-01-19T17:32:47Z","https://github.com/nuxt/nuxt/issues/14189",0.72030085,{"description":2929,"labels":2930,"number":2933,"owner":2874,"repository":2875,"state":2900,"title":2934,"updated_at":2935,"url":2936,"score":2937},"### Environment\n\n- Operating System: Linux\n- Node Version: v22.14.0\n- Nuxt Version: 3.16.1\n- CLI Version: 3.23.1\n- Nitro Version: 2.11.7\n- Package Manager: yarn@1.22.22\n- Builder: -\n- User Config: devtools, typescript, css, compatibilityDate, devServer, vite, runtimeConfig, app, ui, modules\n- Runtime Modules: @nuxt/ui@3.0.1, @pinia/nuxt@0.10.1, pinia-plugin-persistedstate/nuxt@4.2.0\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.1\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/blue-wildflower-wkjpcz\n\n### Description\n\nI don't know if this issue is related to this one : https://github.com/nuxt/ui/issues/3660\n\nWhen I selects items the `@change` is triggered as expected, but when I remove items it's never triggered (while `modelValue` is updated as intended).\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2931,2932],{"name":2868,"color":2869},{"name":2888,"color":2889},3756,"InputMenu multiple doesn't emit change on item removal","2025-03-31T19:14:47Z","https://github.com/nuxt/ui/issues/3756",0.7220194,{"description":2939,"labels":2940,"number":2944,"owner":2874,"repository":2875,"state":2900,"title":2945,"updated_at":2946,"url":2947,"score":2948},"### Environment\n\n- Operating System: Linux\n- Node Version: v20.12.0\n- Nuxt Version: 3.16.1\n- CLI Version: 3.23.1\n- Nitro Version: 2.11.8\n- Package Manager: npm@10.5.0\n- Builder: -\n- User Config: modules, devtools, compatibilityDate, future\n- Runtime Modules: @nuxt/ui@3.0.2\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.0.2\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/white-butterfly-699yhh\n\n### Description\n\n1. Open the modal via the open button\n2. Open toast(s) via the open button\n3. click modal overlay to dispose it \n4. click any toast (dont click close button)\n5. mouse leave does not count down toasts anymore (click outside does enable countdown again) \n\n---------\nYou can also do this programmatically by closing the modal while adding toasts.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2941,2942,2943],{"name":2868,"color":2869},{"name":2888,"color":2889},{"name":2871,"color":2872},3719,"Toast does not always dispose","2025-04-02T07:18:01Z","https://github.com/nuxt/ui/issues/3719",0.7307568,{"description":2950,"labels":2951,"number":2954,"owner":2874,"repository":2875,"state":2900,"title":2955,"updated_at":2956,"url":2957,"score":2958},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v21.5.0\n- Nuxt Version: -\n- CLI Version: 3.16.0\n- Nitro Version: -\n- Package Manager: npm@10.2.4\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.0.0-alpha.10\n\n### Reproduction\n\nNo production link yet\n\n### Description\n\nThe `title` slot should return the item's title instead of active item's title.\n\nUsage:\n```javascript\n\u003CUStepper\n ref=\"stepper\"\n v-model=\"activeStep\"\n :items=\"items\"\n >\n \u003Ctemplate #title=\"{ item }\">\n \u003Ch2>{{ item.title }}\u003C/h2>\n \u003C/template>\n.....\n\u003C/UStepper>\n```\n\n\n\n### Additional context\n\nInstead of `Project` to be returned in every steps, I would like to display each item's title.\n\n\n\n\n### Logs\n\n```shell-script\n\n```",[2952,2953],{"name":2868,"color":2869},{"name":2888,"color":2889},2888,"UStepper - \"title\" slot is returning the active step's title instead of item's title","2024-12-12T23:04:45Z","https://github.com/nuxt/ui/issues/2888",0.73263127,{"description":2960,"labels":2961,"number":2964,"owner":2874,"repository":2875,"state":2900,"title":2965,"updated_at":2966,"url":2967,"score":2968},"### Description\n\nHi,\n\nhere in the first form in nuxtui2\nhttps://ui.nuxt.com/components/form \nthe behaviour is that the input field is validated after the blur. If there is an error and I correct it, the error is fixed immediately.\n\nIn v3 the behaviour is different. I have seen the prop validateOn so I can change it to blur, but not like first onBlur and then onInput like in v2.\n\nbest,\ngregor",[2962,2963],{"name":2868,"color":2869},{"name":2888,"color":2889},3006,"How can I get the same form validation behaviour as in v2?","2025-01-06T17:48:11Z","https://github.com/nuxt/ui/issues/3006",0.7330315,{"description":2970,"labels":2971,"number":2974,"owner":2874,"repository":2875,"state":2900,"title":2975,"updated_at":2976,"url":2977,"score":2978},"### Environment\n\n------------------------------\n- Operating System: Windows_NT\n- Node Version: v20.11.1\n- Nuxt Version: 3.14.0\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.2\n- Package Manager: pnpm@9.11.0\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.7\n- Build Modules: -\n------------------------------\n\n\n### Version\n\nv3.0.0-alpha.7\n\n### Reproduction\n\nhttps://github.com/some-user123/nuxt-ui-3-typeerrors\n\n### Description\n\nAfter adding this `app.config.ts` to a plain project, type errors occur:\n\n```ts\n// app.config.ts\nexport default defineAppConfig({\n ui: {\n button: {\n slots: {\n base: 'font-normal'\n },\n variants: {\n size: {\n lg: 'px-4 py-2',\n }\n },\n compoundVariants: [\n {\n color: 'error',\n variant: 'link',\n class: 'text-lg'\n }\n ]\n },\n dropdownMenu: {\n variants: {\n active: {\n false: 'data-highlighted:before:bg-red-500',\n }\n }\n }\n }\n})\n```\n\n```\n$ npx nuxi typecheck\napp.config.ts:5:17 - error TS2322: Type 'string' is not assignable to type 'DeepPartial\u003Cstring[], string>'.\n Type 'string' is not assignable to type '(string | undefined)[]'.\n\n5 base: 'font-normal'\n ~~~~\n\napp.config.ts:9:21 - error TS2322: Type 'string' is not assignable to type 'DeepPartial\u003C{ base: string; leadingIcon: string; leadingAvatarSize: string; trailingIcon: string; }, string>'.\n Type 'string' is not assignable to type '{ [key: string]: string | TightMap\u003Cstring>; }'.\n\n9 lg: 'px-4 py-2',\n ~~\n\napp.config.ts:12:13 - error TS2322: Type '{ color: \"error\"; variant: \"link\"; class: string; }[]' is not assignable to type 'DeepPartial\u003C({ color: \"primary\"; variant: \"solid\"; class: string; size?: undefined; square?: undefined; loading?: undefined; leading?: undefined; trailing?: undefined; } | { color: \"secondary\"; variant: \"solid\"; ... 5 more ...; trailing?: undefined; } | ... 46 more ... | { ...; })[], string>'.\n Type '{ color: \"error\"; variant: \"link\"; class: string; }[]' is not assignable to type '{ [key: string]: string | TightMap\u003Cstring>; }'.\n Index signature for type 'string' is missing in type '{ color: \"error\"; variant: \"link\"; class: string; }[]'.\n\n12 compoundVariants: [\n ~~~~~~~~~~~~~~~~\n\napp.config.ts:23:21 - error TS2322: Type 'string' is not assignable to type 'DeepPartial\u003C{ item: string[]; itemLeadingIcon: string[]; }, string>'.\n Type 'string' is not assignable to type '{ [key: string]: string | TightMap\u003Cstring>; }'.\n\n23 false: 'data-highlighted:before:bg-red-500',\n ~~~~~\n\n```\n\n\n### Additional context\n\n(There are actually more type errors, see #2532. Above errors occur in addition.)\n\n### Logs\n\n_No response_",[2972,2973],{"name":2868,"color":2869},{"name":2888,"color":2889},2536,"Type errors in app.config.ts","2024-12-06T23:55:12Z","https://github.com/nuxt/ui/issues/2536",0.7332667,["Reactive",2980],{},["Set"],["ShallowReactive",2983],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fJ72FBQXXgoJ6o3sqjW9M3EGk0MCVFErg1auMPmZ9HfI":-1},"/nuxt/ui/3426"]