\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.",[2004,2007,2008],{"name":2005,"color":2006},"bug","d73a4a",{"name":1988,"color":1989},{"name":1991,"color":1992},2724,"UInputMenu property OPEN not working properly","2024-11-23T20:32:41Z","https://github.com/nuxt/ui/issues/2724",0.73915786,{"description":2015,"labels":2016,"number":2024,"owner":1994,"repository":1995,"state":2025,"title":2026,"updated_at":2027,"url":2028,"score":2029},"### Description\n\nIs there any easy way to use nested childs in `NavigationMenu` component? I have specific client requirements for 3 levels menu like:\n\n```\nconst items = ref([\n {\n label: 'Guide',\n icon: 'i-lucide-book-open',\n to: '/getting-started',\n children: [\n {\n label: 'Introduction',\n description: 'Fully styled and customizable components for Nuxt.',\n icon: 'i-lucide-house',\n children: [\n {\n label: 'Introduction',\n description: 'Fully styled and customizable components for Nuxt.',\n icon: 'i-lucide-house',\n \n },\n ]\n }\n ]\n```\n\nOr I need repaste and rewrite sections in slots to achieve this?",[2017,2020,2023],{"name":2018,"color":2019},"duplicate","cfd3d7",{"name":2021,"color":2022},"question","d876e3",{"name":1988,"color":1989},3128,"closed","NavigationMenu and nested childs","2025-01-28T12:07:17Z","https://github.com/nuxt/ui/issues/3128",0.62705636,{"description":2031,"labels":2032,"number":2038,"owner":1994,"repository":1995,"state":2025,"title":2039,"updated_at":2040,"url":2041,"score":2042},"### 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```",[2033,2034,2037],{"name":2005,"color":2006},{"name":2035,"color":2036},"needs reproduction","CB47CF",{"name":1988,"color":1989},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.7018301,{"description":2044,"labels":2045,"number":2047,"owner":1994,"repository":1995,"state":2025,"title":2048,"updated_at":2049,"url":2050,"score":2051},"### Environment\n\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v20.17.0\r\n- Nuxt Version: 3.13.2\r\n- CLI Version: 3.13.2\r\n- Nitro Version: 2.9.7\r\n- Package Manager: pnpm@9.11.0\r\n- Builder: -\r\n- User Config: alias, watch, future, experimental, devtools, routeRules, build, modules, icon, gtag, nitro, runtimeConfig, compatibilityDate\r\n- Runtime Modules: @nuxt/ui@2.18.6, @pinia/nuxt@0.5.4, @nuxt/image@1.8.0, @vueuse/nuxt@11.1.0, nuxt-gtag@3.0.1, @nuxt/fonts@0.9.0, @nuxt/eslint@0.5.7, @nuxtjs/leaflet@1.2.3\r\n- Build Modules: -\r\n------------------------------\n\n### Version\n\nv2.8.6\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-select-menu-issue?file=app.vue\n\n### Description\n\n```\r\nexport default defineAppConfig({\r\n ui: {\r\n primary: \"blue-stone\",\r\n // primary: \"blue-stone\",\r\n gray: \"cool\",\r\n button: {\r\n default: {\r\n loadingIcon: \"lucide:loader\",\r\n },\r\n },\r\n selectMenu: {\r\n default: {\r\n loadingIcon: \"lucide:loader\",\r\n },\r\n },\r\n },\r\n});\r\n```\r\n\r\nI want to define default for select-menu just like I have done button and according to the documentation, this should work but it doesn't.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2046],{"name":2005,"color":2006},2243,"Default loading icon is not set on SelectMenu from app config","2024-09-24T13:03:21Z","https://github.com/nuxt/ui/issues/2243",0.70709395,{"description":2053,"labels":2054,"number":2057,"owner":1994,"repository":1995,"state":2025,"title":2058,"updated_at":2059,"url":2060,"score":2061},"### 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```",[2055,2056],{"name":2021,"color":2022},{"name":1988,"color":1989},3456,"DropdownMenuItem type","2025-03-28T17:41:59Z","https://github.com/nuxt/ui/issues/3456",0.7268583,{"description":2063,"labels":2064,"number":2067,"owner":1994,"repository":1995,"state":2025,"title":2068,"updated_at":2069,"url":2070,"score":2071},"### 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",[2065,2066],{"name":2021,"color":2022},{"name":1988,"color":1989},2843,"Neutral Palette classes","2024-12-09T11:12:10Z","https://github.com/nuxt/ui/issues/2843",0.7284339,{"description":2073,"labels":2074,"number":2076,"owner":1994,"repository":1995,"state":2025,"title":2077,"updated_at":2078,"url":2079,"score":2080},"### For what version of Nuxt UI are you suggesting this?\n\nv2.17.0\n\n### Description\n\nI want to set styles for other elements based on the activation state of the `ULink` component, but it was unexpectedly difficult. First, I didn't find relevant content in the [documentation](https://ui.nuxt.com/components/link) of the `ULink` component. It wasn't until I found this [issue](https://github.com/nuxt/ui/issues/1718) that I learned that I could get the activation state through `v-slot={isActive}`. Secondly, I can't directly set the `data-*` attribute for the `ULink` component to save the value of isActive, because this will prompt a ts error and the rendered `a` tag will not contain attributes, so I have to add another HTML tag as a child element of the `ULink` component to indirectly add the `data-*` attribute. \n\n### Additional context\n\n_No response_",[2075],{"name":1985,"color":1986},2726,"Use `data-*` to add activation state to `ULink`","2024-12-05T13:48:55Z","https://github.com/nuxt/ui/issues/2726",0.72984165,{"description":2082,"labels":2083,"number":2090,"owner":1994,"repository":2091,"state":2025,"title":2092,"updated_at":2093,"url":2094,"score":2095},"- [x] Add NuxtLabs official sponsor in footer (like [Symfony](https://symfony.com/) header)\n- [x] Remove color mode toggler\n- [x] Update Links Columns\n- [x] Remove foot footer",[2084,2087],{"name":2085,"color":2086},"design","00bd6f",{"name":2088,"color":2089},"dev","018415",1339,"nuxt.com","Footer update","2023-07-13T09:57:34Z","https://github.com/nuxt/nuxt.com/issues/1339",0.73347586,{"description":2097,"labels":2098,"number":2102,"owner":1994,"repository":2091,"state":2025,"title":2103,"updated_at":2104,"url":2105,"score":2106},"### 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_",[2099],{"name":2100,"color":2101},"documentation","9DE2BA",1383,"nuxt.com broken...","2023-10-27T12:25:27Z","https://github.com/nuxt/nuxt.com/issues/1383",0.7339569,["Reactive",2108],{},["Set"],["ShallowReactive",2111],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"Fa3Xf9w_GYdtAzXY7yW0Y4gzhWCW-eXd_it4TAYo3mg":-1},"/nuxt/nuxt.com/1312"]