\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.",[1984,1987,1990],{"name":1985,"color":1986},"bug","d73a4a",{"name":1988,"color":1989},"v3","49DCB8",{"name":1991,"color":1992},"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.6118732,{"description":2002,"labels":2003,"number":2008,"owner":1994,"repository":1995,"state":1996,"title":2009,"updated_at":2010,"url":2011,"score":2012},"### 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",[2004,2007],{"name":2005,"color":2006},"question","d876e3",{"name":1988,"color":1989},3455,"Override Slot for Accordion Trigger","2025-03-04T17:30:46Z","https://github.com/nuxt/ui/issues/3455",0.66978693,{"description":2014,"labels":2015,"number":2021,"owner":1994,"repository":1995,"state":1996,"title":2022,"updated_at":2023,"url":2024,"score":2025},"### Description\n\nI believe we should be able to collapse elements from left to right and invert them using the UCollapsible component.\n\n### Additional context\n\n_No response_",[2016,2019,2020],{"name":2017,"color":2018},"enhancement","a2eeef",{"name":1988,"color":1989},{"name":1991,"color":1992},3202,"Horizontal collapse support","2025-02-12T21:08:31Z","https://github.com/nuxt/ui/issues/3202",0.7356303,{"description":2027,"labels":2028,"number":2035,"owner":1994,"repository":1994,"state":1996,"title":2036,"updated_at":2037,"url":2038,"score":2039},"### Environment\n\nGot from stackblitz test project:\nNuxt project info:\n\n------------------------------\n- Operating System: Linux\n- Node Version: v18.20.3\n- Nuxt Version: 3.16.0\n- CLI Version: 3.23.0\n- Nitro Version: 2.11.6\n- Package Manager: npm@10.2.3\n- Builder: -\n- User Config: compatibilityDate, devtools, routeRules\n- Runtime Modules: -\n- Build Modules: -\n\n### Reproduction\n\nYou can check it on stackblitz: https://stackblitz.com/edit/github-sjyxbuak\n\nIf you use Windows then \"npm run generate & npm run preview\" might not work for you on stackblitz (this issue I found trying to create this reproduction - https://github.com/stackblitz/webcontainer-core/issues/1439) then you can check it behaviour here: \nrepo: https://github.com/Iaicox/nuxt-routeRules-loses-query-query-params\n/test: https://iaicox.github.io/nuxt-routeRules-loses-query-query-params/example?test=12345\n/example: https://iaicox.github.io/nuxt-routeRules-loses-query-query-params/example?test=12345\n\nReproduction:\n1) on the new tab put the address with \"/example?test12345\" to the omnibox\n2) press enter\n3) observe the difference in behaviour:\n - if we start server with \"npm run dev\" then redirection will keep query params\n - if we start server with \"npm run generate & npm run preview\" then redirection will lose query params\n\n### Describe the bug\n\nRedirects configured via nuxt.config routeRules behave differently:\n\n1) When running npm run dev, routes redirect as expected—pasting a link into the omnibox triggers a redirect to the correct URL while preserving query parameters.\n\n2) When running npm run generate & npm run preview, pasting a link into the omnibox still triggers a redirect to the correct URL, but query parameters are lost.\n\n1) npm run dev \nhere you can notice that if we follow the link \"https://githubsjyxbuak-d5rj-h9vgfwvx--3000--eb2a6bdc.local-credentialless.webcontainer.io/example?test=12345\" (the domain part will change after you start the project, change it for the actual please) directly in the omnibox you'll see that it redirects to /test?test=12345 as it should be.\n\n2) npm run generate & npm run preview\nafter starting the server and following the same address \"https://githubsjyxbuak-d5rj-h9vgfwvx--3000--eb2a6bdc.local-credentialless.webcontainer.io/example?test=12345\" you'll notice that now it redirects to /test with losing query params. And there's no way to set redirects to allow to keep such params, the only way is to create page for the redirect and use route middleware to get query and redirect the page with hardcoded query.\n\n### Additional context\n\nDuring creating minimal reproduction I noticed that following the link that should be redirected (/example?test=12345) on the page is losing query params as well and doesn't matter the way you started the server.\n\nAs I understand it's a bug with nitro routerules: https://nitro.build/config#routerules that is following to https://github.com/unjs/rou3/tree/radix3#route-matcher.\n\n### Logs\n\n```shell-script\n\n```",[2029,2032],{"name":2030,"color":2031},"pending triage","E99695",{"name":2033,"color":2034},"nitro","bfd4f2",31387,"Query params get lost on redirection in after generating static files for the server","2025-03-17T00:03:38Z","https://github.com/nuxt/nuxt/issues/31387",0.7544495,{"description":2041,"labels":2042,"number":2045,"owner":1994,"repository":1995,"state":1996,"title":2046,"updated_at":2047,"url":2048,"score":2049},"### Environment\r\n\r\n- Operating System: Darwin\r\n- Node Version: v20.12.2\r\n- Nuxt Version: 3.12.4\r\n- CLI Version: 3.12.0\r\n- Nitro Version: 2.9.7\r\n- Package Manager: npm@10.5.2\r\n- Builder: -\r\n- User Config: devtools, ssr, modules, runtimeConfig, svgo, typescript, plugins, components, i18n, compatibilityDate\r\n- Runtime Modules: @nuxt/ui@2.17.0, @nuxtjs/eslint-module@4.1.0, @pinia/nuxt@0.5.1, @pinia-plugin-persistedstate/nuxt@1.2.1, @vueuse/nuxt@10.11.0, nuxt-svgo@4.0.1, @nuxtjs/i18n@8.3.1\r\n\r\n\r\n\r\n### Version\r\n\r\n2.18.4\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/nuxt-ui-hfyzym?file=app.vue\r\n\r\n### Description\r\n\r\nIf a popover is nested inside a popover for v-calendar it expands its parent popover\r\n\r\nyou could imagine it like this:\r\n---parent - popover\r\n------------child - popover with v-calendar inside\r\n\r\n\r\n\r\n### Additional context\r\n\r\nnested popover with v-calendar:\r\n\u003Cimg width=\"528\" alt=\"image\" src=\"https://github.com/user-attachments/assets/435970ac-b79e-4ad5-855d-3136a14d7ad8\">\r\n\r\nhow I'm expecting it to behave:\r\n\u003Cimg width=\"905\" alt=\"image\" src=\"https://github.com/user-attachments/assets/c4d3f5b4-85d2-40c4-bf2b-583542934599\">\r\n\r\nas you can see in the last image, It fixed my issue by adding a position fixed to the wrapper of that calendar\r\nwhere `class=\"z-50 group\"` is initialized.\r\n\r\nI tried adding `:ui=\"{ base: '!overflow-visible' }\"` to the parent popover but it didn't solve my issue.\r\n\r\n### Logs\r\n\r\n_No response_",[2043,2044],{"name":1985,"color":1986},{"name":1991,"color":1992},2054,"Nested popover causing to expand with vcalendar","2024-12-30T02:21:53Z","https://github.com/nuxt/ui/issues/2054",0.756493,{"description":2051,"labels":2052,"number":2056,"owner":1994,"repository":2057,"state":2058,"title":2059,"updated_at":2060,"url":2061,"score":2062},"### Environment\n\nNA\n\n### Reproduction\n\nClick getting started, then refresh the page, it 404s...\n\n### Describe the bug\n\n404 on page refresh of non home page\r\n\r\nVideo below...\r\n\r\nhttps://iframe.mediadelivery.net/play/161467/0943c0ad-fa76-40f5-8fa5-ceabd7ef0e1a\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2053],{"name":2054,"color":2055},"documentation","9DE2BA",1383,"nuxt.com","closed","nuxt.com broken...","2023-10-27T12:25:27Z","https://github.com/nuxt/nuxt.com/issues/1383",0.6623869,{"description":2064,"labels":2065,"number":2068,"owner":1994,"repository":1995,"state":2058,"title":2069,"updated_at":2070,"url":2071,"score":2072},"### 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```",[2066,2067],{"name":2005,"color":2006},{"name":1988,"color":1989},3456,"DropdownMenuItem type","2025-03-28T17:41:59Z","https://github.com/nuxt/ui/issues/3456",0.67149866,{"description":2074,"labels":2075,"number":2085,"owner":1994,"repository":1995,"state":2058,"title":2086,"updated_at":2087,"url":2088,"score":2089},"### 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```",[2076,2077,2080,2081,2082],{"name":1985,"color":1986},{"name":2078,"color":2079},"needs reproduction","CB47CF",{"name":1988,"color":1989},{"name":1991,"color":1992},{"name":2083,"color":2084},"closed-by-bot","ededed",3648,"Table not working with size, minSize or maxSize in columns","2025-04-04T02:04:48Z","https://github.com/nuxt/ui/issues/3648",0.71100354,{"description":2091,"labels":2092,"number":2096,"owner":1994,"repository":1995,"state":2058,"title":2097,"updated_at":2098,"url":2099,"score":2100},"### 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```",[2093,2094,2095],{"name":1985,"color":1986},{"name":1988,"color":1989},{"name":1991,"color":1992},3545,"Clipboard button doesnt copy content when using ProsePre directly","2025-03-13T00:31:04Z","https://github.com/nuxt/ui/issues/3545",0.72281677,{"description":2102,"labels":2103,"number":2106,"owner":1994,"repository":1995,"state":2058,"title":2107,"updated_at":2108,"url":2109,"score":2110},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v22.7.0\n- Nuxt Version: 3.15.4\n- CLI Version: 3.22.2\n- Nitro Version: 2.10.4\n- Package Manager: yarn@1.22.22\n- Builder: -\n- User Config: ssr, imports, devtools, experimental, future, compatibilityDate, alias, runtimeConfig, devServer, typescript, app, css, modules, build, hooks, dayjs, ui\n- Runtime Modules: @nuxt/eslint@1.1.0, @vueuse/nuxt@12.7.0, @nuxt/test-utils/module@3.17.0, dayjs-nuxt@2.1.11, nuxt-svgo@4.0.14, @nuxt/ui@3.0.0-alpha.13, @pinia/nuxt@0.10.1, @pinia/colada-nuxt@0.0.5\n- Build Modules: -\n------------------------------\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n@nuxt/ui@3.0.0-alpha.13\n\n### Reproduction\n\nno actions, no styles, no nothing\n\n### Description\n\nno actions, no styles, no nothing\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2104,2105],{"name":1985,"color":1986},{"name":1988,"color":1989},3386,"Nothing works","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/3386",0.7245257,["Reactive",2112],{},["Set"],["ShallowReactive",2115],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"yLyrbbh-hNUcaKlAGuoTm1lH3StECRgcFbtDSp2Jv0M":-1},"/nuxt/ui/3067"]