\n```",[2024,2026],{"name":2005,"color":2025},"d876e3",{"name":1988,"color":1989},3517,"How To Style NavigationMenu items","2025-03-14T13:01:49Z","https://github.com/nuxt/ui/issues/3517",0.813524,{"description":2033,"labels":2034,"number":2037,"owner":1994,"repository":1995,"state":2038,"title":2039,"updated_at":2040,"url":2041,"score":2042},"### Description\n\nI was wondering if it was possible to customize nuxt/ui with daisyui, without the nuxt ui source code changes, just using app.config.ts",[2035,2036],{"name":2005,"color":2025},{"name":1988,"color":1989},3743,"closed","Is possible using dasiyui for Ui?","2025-04-02T15:16:17Z","https://github.com/nuxt/ui/issues/3743",0.7174329,{"description":2044,"labels":2045,"number":2048,"owner":1994,"repository":1995,"state":2038,"title":2049,"updated_at":2050,"url":2051,"score":2052},"### 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.8\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.2, @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.2\n\n### Reproduction\n\n-\n\n### Description\n\nOne week ago i have opened this issue on v3.0.1 : https://github.com/nuxt/ui/issues/3670\n\nBut now it's a lot worse, we can't pass array of custom object we're obliged to use `SelectMenuItem[]` or `InputMenuItem[]`, and the issue with `label-key` props is not solved now I have this typescript error : `Cannot assign type 'string' to type 'undefined'.ts-plugin(2322)`.\n\nI really appreciate your work on the V3 this version is a lot better than V2, but in our project we can't fit for each select your data structure we need to use custom object (like in the V2).\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2046,2047],{"name":1985,"color":1986},{"name":1988,"color":1989},3718,"InputMenu / SelectMenu type issue","2025-04-02T20:28:11Z","https://github.com/nuxt/ui/issues/3718",0.7874308,{"labels":2054,"number":2065,"owner":1994,"repository":1994,"state":2038,"title":2066,"updated_at":2067,"url":2068,"score":2069},[2055,2058,2059,2062],{"name":2056,"color":2057},"3.x","29bc7f",{"name":1985,"color":1986},{"name":2060,"color":2061},"components","05B979",{"name":2063,"color":2064},"🔨 p3-minor","FBCA04",13407,"HMR broken when using ClientOnly component","2023-01-19T16:59:20Z","https://github.com/nuxt/nuxt/issues/13407",0.7901247,{"description":2071,"labels":2072,"number":2075,"owner":1994,"repository":1995,"state":2038,"title":2076,"updated_at":2077,"url":2078,"score":2079},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v20.11.1\n- Nuxt Version: 3.14.159\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.11.0\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.8, @nuxtjs/html-validator@1.8.2, @nuxt/image@1.8.1, @nuxt/eslint@0.6.1, @nuxtjs/seo@2.0.0-rc.23\n- Build Modules: -\n------------------------------\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n\"@nuxt/ui\": \"3.0.0-alpha.8\",\n\n### Reproduction\n\n\u003C!-- layouts/default.vue -->\n\u003Ctemplate>\n \u003Cdiv class=\"container mx-auto\">\n \u003Cu-breadcrumb :items=\"items \" />\n \u003Cslot>\u003C/slot>\n \u003C/div>\n\u003C/template>\n\n\n\u003Cscript lang=\"ts\" setup>\nimport { useRoute } from 'vue-router';\n\nconst route = useRoute();\nconst items = useBreadcrumbItems({\n schemaOrg: true,\n});\n\u003C/script>\n\n\n### Description\n\nthis will render the breadcrumbs in a \u003Cdiv> with an aria-label, which is a violation of this rule: https://html-validate.org/rules/aria-label-misuse.html\n\n- Rule ID: aria-label-misuse\n- Category: Accessibility\n- Standards: WCAG 2.2 (A)WCAG 2.1 (A)WCAG 2.0 (A)\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n ERROR HTML validation errors found for /song/justice-genesis-1\n\ninline\n 129:21990 error \"aria-label\" cannot be used on this element aria-label-misuse\n\n✖ 1 problem (1 error, 0 warnings)\n\nMore information:\n https://html-validate.org/rules/aria-label-misuse.html\n\n```",[2073,2074],{"name":1985,"color":1986},{"name":1988,"color":1989},2649,"breadcrumb HTML validation errors","2024-11-15T08:53:33Z","https://github.com/nuxt/ui/issues/2649",0.80012393,{"description":2081,"labels":2082,"number":2086,"owner":1994,"repository":1994,"state":2038,"title":2087,"updated_at":2088,"url":2089,"score":2090},"I am experiencing some issues with the fetch composables provided by your team. These composables seem to function effectively only for GET requests. However, when using POST and PUT methods—especially when sending requests based on parameters like ID and slug—I am encountering “already mounted” and “hydration” warnings. These warnings are causing unexpected bugs and negatively impacting the development process of my project.\n\nI would like to discuss this matter in detail and have you review my project. Please feel free to reach out to me at eyuperbeyinn@gmail.com.\n\nThank you for your attention to this matter",[2083],{"name":2084,"color":2085},"pending triage","E99695",29327,"fetching problem!!!!!!!!!","2024-11-08T23:05:26Z","https://github.com/nuxt/nuxt/issues/29327",0.8025101,{"description":2092,"labels":2093,"number":2096,"owner":1994,"repository":1995,"state":2038,"title":2097,"updated_at":2098,"url":2099,"score":2100},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.14.0\n- Nuxt Version: 3.16.0\n- CLI Version: 3.23.1\n- Nitro Version: 2.11.7\n- Package Manager: pnpm@10.6.3\n- Builder: -\n- User Config: compatibilityDate, devtools, future, experimental, modules, vite, css, typescript\n- Runtime Modules: @nuxt/eslint@1.2.0, @nuxt/test-utils@3.17.2, @nuxt/icon@1.11.0, @nuxt/ui@3.0.0\n- Build Modules: -\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0\n\n### Reproduction\n\nhttps://ui.nuxt.com/components/input-menu\n\n### Description\n\nThe InputMenu component only shows filtered items when opening it with a selected item. This is confusing, and differs from expected behavior. In its current state, the InputMenu would only be usable, if the user deletes the text in the field, which is not clear nor expected.\n\nExpected behavior: If one opens the select menu by clicking on the button, it shows all available values, with the currently selected value highlighted. Only when changing the text of the input field, it filters for the value entered.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2094,2095],{"name":1985,"color":1986},{"name":1988,"color":1989},3620,"InputMenu shows only selected item when opening","2025-03-27T15:27:51Z","https://github.com/nuxt/ui/issues/3620",0.8025103,["Reactive",2102],{},["Set"],["ShallowReactive",2105],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"Mma3eYqdZssd447SDmbLfevZzDQ-WEmI2RI4eFhd3us":-1},"/nuxt/ui/3834"]