\n \u003C/UFormField>\n\u003C/template>\n```\n[Here](https://skrinshoter.ru/vSpJnffwygq) is video demonstration :)\n\n### Description\n\n`placeOpen.value = true` is not opening dropdown after fetching places.",[2867,2870,2873],{"name":2868,"color":2869},"bug","d73a4a",{"name":2871,"color":2872},"v3","49DCB8",{"name":2874,"color":2875},"triage","ffffff",2724,"nuxt","ui","open","UInputMenu property OPEN not working properly","2024-11-23T20:32:41Z","https://github.com/nuxt/ui/issues/2724",0.6141295,{"description":2885,"labels":2886,"number":2891,"owner":2877,"repository":2878,"state":2879,"title":2892,"updated_at":2893,"url":2894,"score":2895},"### Description\n\nIs there currently a way, or future support for overriding the trigger for the Accordion similar to how it worked in v2:\n\n> Example for v2\n\n```vue\n\u003Cu-accordion :items=\"items\" :ui=\"{ wrapper: 'flex flex-col w-full' }\">\n \u003Ctemplate #default=\"{ item, open }\">\n \u003Cu-button variant=\"ghost\" class=\"flex justify-between items-center font-semibold\">\n \u003Cspan>{{ item.label }}\u003C/span>\n \u003Cdiv class=\"flex items-center space-x-2\">\n \u003Cu-icon\n name=\"i-heroicons-chevron-right-20-solid\"\n class=\"w-5 h-5 ms-auto transform transition-transform duration-200\"\n :class=\"[open && 'rotate-90']\"\n />\n \u003C/div>\n \u003C/u-button>\n \u003C/template>\n\n \u003Ctemplate #item=\"{ item }\">\n // Content\n \u003C/template>\n\u003C/u-accordion>\n```\n\nCurrently i don't see a way with the default slot to override the AccordionRoot trigger\n",[2887,2890],{"name":2888,"color":2889},"question","d876e3",{"name":2871,"color":2872},3455,"Override Slot for Accordion Trigger","2025-03-04T17:30:46Z","https://github.com/nuxt/ui/issues/3455",0.661958,{"description":2897,"labels":2898,"number":2904,"owner":2877,"repository":2878,"state":2879,"title":2905,"updated_at":2906,"url":2907,"score":2908},"### Description\n\nFrom the testing I've done, it seems that the Modal component is only rendered on client side.\n\nI have a use case where a user can land on a page with a query param and a modal should be already opened on SSR.\n\nWith UI v3 the modal opens after client mounts, so it pops in/animates in to view.\n\nWould it be possible to allow modals to render on SSR?\n\n### Additional context\n\n_No response_",[2899,2902,2903],{"name":2900,"color":2901},"enhancement","a2eeef",{"name":2871,"color":2872},{"name":2874,"color":2875},3605,"Allow rendering the Modal component in SSR","2025-03-18T11:55:29Z","https://github.com/nuxt/ui/issues/3605",0.7145729,{"description":2910,"labels":2911,"number":2921,"owner":2877,"repository":2878,"state":2922,"title":2923,"updated_at":2924,"url":2925,"score":2926},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v22.14.0\n- Nuxt Version: -\n- CLI Version: 3.23.1\n- Nitro Version: -\n- Package Manager: pnpm@9.15.0\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n### Is this bug related to Nuxt or Vue?\n\nVue\n\n### Version\n\nv3.0.0\n\n### Reproduction\n\nN/A\n\n### Description\n\nim trying to set the widht for a specific column, i've tried with size in the columns definition but isn't working, also i've tried with defaultColumn but still doesnt work, i need to fix the size of a specific column, is there any way to do that? \n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2912,2913,2916,2917,2918],{"name":2868,"color":2869},{"name":2914,"color":2915},"needs reproduction","CB47CF",{"name":2871,"color":2872},{"name":2874,"color":2875},{"name":2919,"color":2920},"closed-by-bot","ededed",3648,"closed","Table not working with size, minSize or maxSize in columns","2025-04-04T02:04:48Z","https://github.com/nuxt/ui/issues/3648",0.60907036,{"description":2928,"labels":2929,"number":2933,"owner":2877,"repository":2878,"state":2922,"title":2934,"updated_at":2935,"url":2936,"score":2937},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.12.0\n- Nuxt Version: 3.16.0\n- CLI Version: 3.22.5\n- Nitro Version: 2.11.6\n- Package Manager: pnpm@10.6.2\n- Builder: -\n- User Config: modules, css, runtimeConfig, uiPro, compatibilityDate, devtools, future, experimental\n- Runtime Modules: @nuxt/eslint@1.2.0, @nuxt/ui-pro@3.0.0, @nuxt/content@3.3.0\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0\n\n### Reproduction\n\n```html\n\u003CProsePre lang=\"yaml\">{{ yaml }}\u003C/ProsePre>\n```\n\n\n### Description\n\nMade sure I have content installed and loaded - renders just fine, copy button shows the ✅ - but nothing is copied\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2930,2931,2932],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2874,"color":2875},3545,"Clipboard button doesnt copy content when using ProsePre directly","2025-03-13T00:31:04Z","https://github.com/nuxt/ui/issues/3545",0.61867523,{"description":2939,"labels":2940,"number":2943,"owner":2877,"repository":2878,"state":2922,"title":2944,"updated_at":2945,"url":2946,"score":2947},"### Description\n\nI added type of array items. It's Work as well in web but i got error warn in IDE. I use Nuxt + NuxtUi 3 + TS\n\n\n\n\n\nFor items : \n```\nconst items = ref([\n { label: \"Your Order\", slot: \"header\", type: \"label\" },\n { label: \"Item1\" },\n ]);\n```",[2941,2942],{"name":2888,"color":2889},{"name":2871,"color":2872},3456,"DropdownMenuItem type","2025-03-28T17:41:59Z","https://github.com/nuxt/ui/issues/3456",0.6271947,{"description":2949,"labels":2950,"number":2954,"owner":2877,"repository":2878,"state":2922,"title":2955,"updated_at":2956,"url":2957,"score":2958},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.9.0\n- Nuxt Version: 3.14.159\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.1.0\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.8, @nuxtjs/i18n@9.0.0-rc.2, @nuxt/content@2.13.4, @nuxtjs/device@3.2.4\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.8\n\n### Reproduction\n\n```\n\u003CUForm\n :state=\"state\"\n :schema=\"schema\"\n class=\"space-y-3\"\n @submit=\"submit\"\n >\n \u003CUFormField\n name=\"text\"\n >\n \u003CUTextarea\n v-model=\"state.text\"\n class=\"w-full\"\n :rows=\"6\"\n size=\"xl\"\n />\n \u003C/UFormField>\n \u003CUFormField\n v-if=\"!authUser\"\n name=\"email\"\n :label=\"$t('label.email')\"\n >\n \u003CUInput\n v-model=\"state.email\"\n icon=\"i-solar-letter-bold-duotone\"\n :placeholder=\"$t('placeholder.enter_email')\"\n @update:model-value=\"state.email = $event || null\"\n />\n \u003C/UFormField>\n \u003CUButton\n block\n type=\"submit\"\n :loading=\"isLoading\"\n :label=\"$t('button.submit')\"\n />\n \u003C/UForm>\n```\n\n### Description\n\nWhy if get error from backend `UForm` set all inputs attr disabled?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2951,2952,2953],{"name":2868,"color":2869},{"name":2914,"color":2915},{"name":2871,"color":2872},2612,"if get error from backend `UForm` set all inputs attr disabled","2024-11-13T09:00:48Z","https://github.com/nuxt/ui/issues/2612",0.69100684,{"description":2960,"labels":2961,"number":2964,"owner":2877,"repository":2878,"state":2922,"title":2965,"updated_at":2966,"url":2967,"score":2968},"### For what version of Nuxt UI are you asking this question?\n\nv3.0.0-alpha.x\n\n### Description\n\nHello,\n\nHow to access [Neutral Palette](https://ui3.nuxt.dev/getting-started/theme#neutral-palette) classes ? (text-ui-dimmed, bg-ui-accented ...)\nTailwind CSS IntelliSense doesn't offer them, are they generated by default?\nIf not, What is the easiest way to do this?\n\nThanks in advance",[2962,2963],{"name":2888,"color":2889},{"name":2871,"color":2872},2843,"Neutral Palette classes","2024-12-09T11:12:10Z","https://github.com/nuxt/ui/issues/2843",0.69863594,{"description":2970,"labels":2971,"number":2975,"owner":2877,"repository":2878,"state":2922,"title":2976,"updated_at":2977,"url":2978,"score":2979},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.12.0\n- Nuxt Version: 3.15.0\n- CLI Version: 3.17.2\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.14.4\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.10\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-apha.10\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/nuxt-ui3-forked-jncllj\n\n### Description\n\nRelated : https://github.com/histoire-dev/histoire/issues/702\n\nWhen a component is ULink or uses ULink (ex: UButton), Histoire doesn't work anymore.\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nLink.vue:108 Uncaught (in promise) TypeError: Cannot destructure property 'href' of 'undefined' as it is undefined.\n at Link.vue:108:28\n at Proxy.renderFnWithContext (runtime-core.esm-bundler.js?v=896f4f1e:699:13)\n at Proxy.\u003Canonymous> (components.mjs:12:28)\n at renderComponentRoot (runtime-core.esm-bundler.js?v=896f4f1e:6521:16)\n at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js?v=896f4f1e:5343:46)\n at ReactiveEffect.run (reactivity.esm-bundler.js?v=896f4f1e:198:19)\n at setupRenderEffect (runtime-core.esm-bundler.js?v=896f4f1e:5478:5)\n at mountComponent (runtime-core.esm-bundler.js?v=896f4f1e:5253:7)\n at processComponent (runtime-core.esm-bundler.js?v=896f4f1e:5206:9)\n at patch (runtime-core.esm-bundler.js?v=896f4f1e:4722:11)\n```",[2972,2973,2974],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2874,"color":2875},3004,"ULink make Histoire crash","2025-03-28T17:36:15Z","https://github.com/nuxt/ui/issues/3004",0.71283567,{"description":2981,"labels":2982,"number":2983,"owner":2877,"repository":2984,"state":2922,"title":2985,"updated_at":2986,"url":2987,"score":2988},"### Environment\n\n\r\nChrome : 112.0.5615.49 (arm64)\n\n### Reproduction\n\nVisiting website without closing, waiting for website redeployment。\n\n### Describe the bug\n\nThis situation occurs when accessing official website documents, and most page visits are like this. If I force the page to refresh, I will not have this problem. It may be because the official document website has just been redeployed, and my client needs to force a refresh. \r\n\r\n**I still hope to have a website that will prompt users to refresh after redeployment.**\r\n\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[],1312,"nuxt.com","\"TypeError: Cannot read properties of null (reading 'querySelectorAll')\"","2023-10-10T14:44:48Z","https://github.com/nuxt/nuxt.com/issues/1312",0.71434885,["Reactive",2990],{},["Set"],["ShallowReactive",2993],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fMr6LWTUoZfBZj441BaJ3YFqs0IcWy-8E9vc-WaD1Y_M":-1},"/nuxt/nuxt.com/1383"]