\n```\n\nWould it be relevant to add a global attribute to components like Button, Badge, etc., to force their appearance in dark (or light) mode, regardless of the global setting? This would ensure better visual consistency when these elements are placed on a colored background (e.g., `UPageCTA` with `solid` variant).\n\n### Additional context\n\n_No response_",[2943,2944,2945],{"name":2926,"color":2927},{"name":2929,"color":2930},{"name":2932,"color":2933},3307,"Better handling of `UButton`, `UBadge`, … colors on colored backgrounds","2025-02-13T19:05:27Z","https://github.com/nuxt/ui/issues/3307",0.7379929,{"description":2952,"labels":2953,"number":2957,"owner":2903,"repository":2935,"state":2958,"title":2959,"updated_at":2960,"url":2961,"score":2962},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v20.12.2`\n- Nuxt Version: `3.14.1592`\n- CLI Version: `3.16.0`\n- Nitro Version: `2.10.4`\n- Package Manager: `npm@10.9.1`\n- Builder: `-`\n- User Config: `default`\n- Runtime Modules: `@nuxt/ui`, `@nuxt/fonts@^0.9.2`, `@vueuse/nuxt@11.3.0`, `@pinia/nuxt@^0.5.5`\n- Build Modules: `-`\n\n\n### Version\n\nui@2.20.0 / ui-pro@1.6.0\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-3i8hdkq6?file=pages%2Findex.vue\n\n### Description\n\nHiya folks,\nI'm using UTable with a v-model which gives it checkboxes, making it selectable.\nOn the same table, I've also been using `@select` to call a navigate function when the row is clicked.\nSince UI v2.18.5, clicking the checkbox to select the row calls the `@select` navigation function.\n\nEssentially, I need the `@select` to apply to the full row except for the checkbox. In the reproduction, you'll see that checking a checkbox also triggers a navigation.\n\nI see this change was introduced in v2.18.5 with [this pull request](https://github.com/nuxt/ui/pull/2072) - my implementation was working before this.\n\nPlease let me know if you need any more information.\nI raised this on [Discord](https://discord.com/channels/473401852243869706/1042756264205230081/threads/1292979528393687071) but didn't catch anyone's eye.\n\nCheers,\nFred\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2954],{"name":2955,"color":2956},"bug","d73a4a",2884,"closed","Table Both Selectable and Clickable","2025-04-22T20:03:37Z","https://github.com/nuxt/ui/issues/2884",0.70571935,{"description":2964,"labels":2965,"number":2968,"owner":2903,"repository":2935,"state":2958,"title":2969,"updated_at":2970,"url":2971,"score":2972},"### Environment\n\n- Operating System: Linux\n- Node Version: v23.3.0\n- Nuxt Version: 3.15.1\n- CLI Version: 3.18.2\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.13.2\n- Builder: -\n- User Config: devtools, modules, css, future, compatibilityDate\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.9, @nuxt/eslint@0.7.4\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.15.1\n\n### Reproduction\n\nhttps://github.com/fl5brkv/nuxt-issue\n\n### Description\n\nI installed nuxt ui 3 from the official nuxt ui starter, just wanted to try the calendar, but it doesnt work. Throwing me warnings in console.log.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n[Vue warn]: Failed to resolve component: UCalendar\nIf this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. \n at \u003CIndex onVnodeUnmounted=fn\u003ConVnodeUnmounted> ref=Ref\u003C undefined > > \n at \u003CAnonymous key=\"/\" vnode= Object route= Object ... > \n at \u003CRouterView name=undefined route=undefined > \n at \u003CNuxtPage > \n at \u003CToastProvider swipe-direction=\"right\" duration=5000 > \n at \u003CToaster key=0 > \n at \u003CTooltipProvider > \n at \u003CConfigProvider use-id=fn\u003Cuse-id> dir=\"ltr\" > \n at \u003CApp > \n at \u003CApp key=4 > \n at \u003CNuxtRoot>\n\nruntime-core.esm-bundler.js?v=b66559bc:50 [Vue warn]: Hydration node mismatch:\n- rendered on server: \u003C!----> \n- expected on client: UCalendar \n at \u003CIndex onVnodeUnmounted=fn\u003ConVnodeUnmounted> ref=Ref\u003C undefined > > \n at \u003CAnonymous key=\"/\" vnode= Object route= Object ... > \n at \u003CRouterView name=undefined route=undefined > \n at \u003CNuxtPage > \n at \u003CToastProvider swipe-direction=\"right\" duration=5000 > \n at \u003CToaster key=0 > \n at \u003CTooltipProvider > \n at \u003CConfigProvider use-id=fn\u003Cuse-id> dir=\"ltr\" > \n at \u003CApp > \n at \u003CApp key=4 > \n at \u003CNuxtRoot>\n```",[2966,2967],{"name":2955,"color":2956},{"name":2929,"color":2930},3044,"\u003CUCalendar /> isn't rendering","2025-01-08T09:24:13Z","https://github.com/nuxt/ui/issues/3044",0.70889014,{"description":2974,"labels":2975,"number":2980,"owner":2903,"repository":2935,"state":2958,"title":2981,"updated_at":2982,"url":2983,"score":2984},"### For what version of Nuxt UI are you suggesting this?\n\nv2.x\n\n### Description\n\nWhen validating an object, a FormGroup does not display validations of specific properties (at least not with details).\n\nWould it make sense for the name `myobj` to display errors from anything that looks like `myobj\\..*` ? it could show all of them, each on a newline.\n\n### Additional context\n\nhttps://github.com/nuxt/ui/issues/1898",[2976,2977,2979],{"name":2926,"color":2927},{"name":2978,"color":2933},"wontfix-v2",{"name":2929,"color":2930},2569,"Display zod validation errors based on prefix","2024-11-11T18:28:09Z","https://github.com/nuxt/ui/issues/2569",0.7155099,{"description":2986,"labels":2987,"number":2992,"owner":2903,"repository":2935,"state":2958,"title":2993,"updated_at":2994,"url":2995,"score":2996},"### Description\n\nStyles with tailwindcss 4.0.13 seem to be broken after updating from NuxtUI pervious alpha.\n\n```\n\"dependencies\": {\n \"@iconify-json/ri\": \"1.2.5\",\n \"@nuxt/ui\": \"3.0.0\",\n \"@vueuse/core\": \"12.7.0\",\n \"@vueuse/nuxt\": \"12.7.0\",\n }\n```\nmain.css\n```\n@import 'tailwindcss' theme(static);\n@import '@nuxt/ui';\n```\nHas anyone else ran into this issue and if so how did you fix it?",[2988,2991],{"name":2989,"color":2990},"question","d876e3",{"name":2929,"color":2930},3525,"Styles issue have upgrade from 3.0.0-alpha.13 to 3.0.0","2025-03-12T23:28:54Z","https://github.com/nuxt/ui/issues/3525",0.717444,{"description":2998,"labels":2999,"number":3009,"owner":2903,"repository":2935,"state":2958,"title":3010,"updated_at":3011,"url":3012,"score":3013},"### Environment\n\nOperating System: Windows 11\nNode Version: v22.14.0\nNuxt Version: 3.15.4\nCLI Version: 3.13.2\nNitro Version: 2.10.4\nPackage Manager: npm@11.1.0\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.12\n\n### Reproduction\n\n.\n\n### Description\n\nI want the Popover component to open when a fetch call is made and the results are displayed in the Popover. For example, I want the search results to be displayed, but as soon as I click on the input, the Popover will be displayed.\n\nThis is my code:\n```\n\u003CUPopover v-model:open=\"search.open\" arrow>\n \u003Cdiv class=\"header-search relative flex flex-row items-center w-full max-w-96\">\n \u003Cinput v-model=\"search.param\"\n class=\"input bg-transparent border rounded-3xl focus:ring-0 outline-0 py-1 px-2 w-full\" />\n \u003C/div>\n \u003Ctemplate #content>\n ...\n \u003C/template>\n \u003C/UPopover>\n```\n\nDid I do something wrong?\nPlease help me.\nThanks\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3000,3001,3004,3005,3006],{"name":2955,"color":2956},{"name":3002,"color":3003},"needs reproduction","CB47CF",{"name":2929,"color":2930},{"name":2932,"color":2933},{"name":3007,"color":3008},"closed-by-bot","ededed",3303,"open Popover manually","2025-03-25T02:04:46Z","https://github.com/nuxt/ui/issues/3303",0.71802753,{"description":3015,"labels":3016,"number":3019,"owner":2903,"repository":2935,"state":2958,"title":3020,"updated_at":3021,"url":3022,"score":3023},"### Description\n\nI want to configure my Nuxt UI v3 project only to use black and white colors with the neutral palette from Tailwind, similar to the one found in shadcn. I understand Nuxt UI supports Tailwind CSS theming, but I’m unsure of the best/recommended way to override all component colors globally",[3017,3018],{"name":2989,"color":2990},{"name":2929,"color":2930},3200,"How to create a black & white only theme in Nuxt UI v3","2025-02-09T12:59:38Z","https://github.com/nuxt/ui/issues/3200",0.71875566,["Reactive",3025],{},["Set"],["ShallowReactive",3028],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fHyWQKd24v1Xw-ZUaBfipZSNeFmtebWp82Nd3O_OCwTI":-1},"/nuxt/ui/2910"]