\n```",[3198,3201],{"name":3199,"color":3200},"question","d876e3",{"name":3202,"color":3203},"v3","49DCB8",4849,"Can `UNavigationMenu` support active styles via the ui prop?","2025-09-18T14:23:37Z","https://github.com/nuxt/ui/issues/4849",0.74312353,{"description":3210,"labels":3211,"number":3217,"owner":3178,"repository":3179,"state":3180,"title":3218,"updated_at":3219,"url":3220,"score":3221},"### Environment\n\n- Node Version: v22.17.1\n- Nuxt Version: 4.0.3\n- CLI Version: 3.27.0\n- Nitro Version: 2.12.4\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.3.0\n\n### Reproduction\n\nhttps://ui.nuxt.com/components/navigation-menu#control-active-item\n\n### Description\n\nas per title, seems that manual active control is not working at all even in docs https://ui.nuxt.com/components/navigation-menu#control-active-item\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3212,3215,3216],{"name":3213,"color":3214},"bug","d73a4a",{"name":3202,"color":3203},{"name":3175,"color":3176},4682,"[NavigationMenu] v-model, value, default-value: does nothing","2025-08-08T08:39:46Z","https://github.com/nuxt/ui/issues/4682",0.7450546,{"description":3223,"labels":3224,"number":3227,"owner":3178,"repository":3179,"state":3180,"title":3228,"updated_at":3229,"url":3230,"score":3231},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.12.0\n- Nuxt Version: 4.1.2\n- CLI Version: 3.28.0\n- Nitro Version: 2.12.6\n- Package Manager: pnpm@10.18.0\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Package\n\nv3.x\n\n### Version\n\nv3.X, v4.X\n\n### Reproduction\n\nhttps://github.com/nuxt/ui/tree/v4/playground\n\nSet `arrow` prop to \"false\".\n\n### Description\n\nI'm unable to disable the visibility of the `arrow` icon at the end of my `USelect`.\n\nEven after commenting `SelectArrow` inside `Select.vue`, it's still being displayed. Maybe a Reka UI issue ?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3225,3226],{"name":3213,"color":3214},{"name":3175,"color":3176},5163,"[Select/SelectMenu] Cannot hide \"arrow\"","2025-10-06T13:19:24Z","https://github.com/nuxt/ui/issues/5163",0.7525656,{"description":3233,"labels":3234,"number":3238,"owner":3178,"repository":3179,"state":3180,"title":3239,"updated_at":3240,"url":3241,"score":3242},"### Description\n\nWhen using `multiple` with `USelectMenu` selected items can be deselected again. But when not having `multipe` option this is not the case. The select goes from undefined to a value and then can never become undefined again (without an external button).\n\nI would propose to add a new prop that allows values to be deselected, so the model becomes undefined again.\n\n### Additional context\n\n_No response_",[3235,3236,3237],{"name":3172,"color":3173},{"name":3202,"color":3203},{"name":3175,"color":3176},4647,"`USelectMenu`: Allow deselection of items","2025-08-02T13:00:23Z","https://github.com/nuxt/ui/issues/4647",0.7533081,{"description":3244,"labels":3245,"number":3248,"owner":3178,"repository":3179,"state":3180,"title":3249,"updated_at":3250,"url":3251,"score":3252},"### Package\n\nv4.x\n\n### Description\n\n# UNavigationMenu ARIA Label Override\n\nYou cannot override `UNavigationMenu` with the following:\n\n```vue\n\u003CUNavigationMenu\n aria-label=\"Main site navigation\"\n :items=\"navLinks\"\n/>\n```\n\nIt will always render as:\n\n```html\n\u003Cnav aria-label=\"Main\">\n```\n\n**Issue:** If you need distinct ARIA labels (e.g., Admin, Footer, Header menus), you can’t target them individually because the component forces `aria-label=\"Main\"` on its root `\u003Cnav>`.\n\n## Workaround\n\nWrap the component in your own `\u003Cnav>` and change the rendered element of `UNavigationMenu` to a non-`nav` container using `as=\"div\"`:\n\n```vue\n\u003Cnav aria-label=\"Main site navigation\">\n \u003CUNavigationMenu\n as=\"div\"\n :items=\"navLinks\"\n />\n\u003C/nav>\n```\n\nThis outputs a single correctly labeled `\u003Cnav>` while avoiding multiple nested `\u003Cnav>` elements.\n\n## Trade‑offs\n\n- ✅ Correct, custom ARIA label on the outer `\u003Cnav>`.\n- ⚠️ Adds one extra wrapper element (your `\u003Cnav>`), since `UNavigationMenu` itself is no longer the `\u003Cnav>`.\n\n## Notes\n\nIf there’s an official prop added in a future release to override the internal `aria-label`, you could switch back to a single component without the wrapper.\n\n\n\n### Additional context\n\n_No response_",[3246,3247],{"name":3172,"color":3173},{"name":3175,"color":3176},5141,"UNavigationMenu ARIA Label Override","2025-10-04T21:41:29Z","https://github.com/nuxt/ui/issues/5141",0.7571075,{"description":3254,"labels":3255,"number":3261,"owner":3178,"repository":3179,"state":3262,"title":3263,"updated_at":3264,"url":3265,"score":3266},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.11.1\n- Nuxt Version: 3.16.2\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.12\n- Package Manager: npm@10.2.4\n- Builder: -\n- User Config: css, compatibilityDate, devtools, future, modules, runtimeConfig, ssr, typescript\n- Runtime Modules: @nuxt/eslint@1.4.0, @nuxt/fonts@0.11.4, @nuxt/ui-pro@3.1.2, @pinia/nuxt@0.5.5, @vueuse/nuxt@10.11.1, nuxt-auth-utils@0.5.20, nuxt-authorization@0.3.4\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.2\n\n### Reproduction\n\nJust use the code of https://github.com/nuxt-ui-pro/dashboard/blob/main/app/pages/settings.vue and add a child to one of the links used for the UNavigationMenu. Like :\n````\n{\n label: \"General\",\n icon: \"i-lucide-user\",\n to: \"/settings\",\n children: [\n {\n label: \"Hello\",\n icon: \"i-lucide-book-open\",\n },\n ],\n exact: true,\n },\n````\n\n### Description\n\nIt seems wrapping the UNavigationMenu component in UDashboardToolbar will cause the UNavigationMenu's links children dropdown to not appear or be hidden.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3256,3257,3258],{"name":3213,"color":3214},{"name":3202,"color":3203},{"name":3259,"color":3260},"nuxt/ui-pro","00dc82",4177,"closed","UNavigationMenu item children not visible when wrapped in UDashboardToolbar","2025-05-23T12:23:17Z","https://github.com/nuxt/ui/issues/4177",0.7219019,{"description":3268,"labels":3269,"number":3272,"owner":3178,"repository":3179,"state":3262,"title":3273,"updated_at":3274,"url":3275,"score":3276},"### Description\n\nWhen using \u003CUNavigationMenu> with onSelect (instead of to), there's no way to manually set the active state on items. It would be helpful to support an active prop or a value binding (like in buttons #3417) to reflect the selected state visually.\n\n### Additional context\n\n_No response_",[3270,3271],{"name":3172,"color":3173},{"name":3202,"color":3203},4185,"Allow `active` style on `UNavigationMenu` items when using `onSelect`","2025-05-19T15:38:25Z","https://github.com/nuxt/ui/issues/4185",0.7281604,{"description":3278,"labels":3279,"number":3283,"owner":3178,"repository":3179,"state":3262,"title":3284,"updated_at":3285,"url":3286,"score":3287},"### Description\n\nIs there any chance we can get option to enable/disable collapsible when collapsed prop is true. v3.0.0-alpha.13 'fixed' NavigationMenu: disable collapsible with collapsed prop, i used nuxt ui since v3.0.0-alpha.12 and thought the collapsible when collapsed was feature.\n\n### Additional context\n\n_No response_",[3280,3281,3282],{"name":3172,"color":3173},{"name":3202,"color":3203},{"name":3175,"color":3176},3353,"NavigationMenu: Option to enable collapsible with collapsed prop","2025-05-10T15:51:54Z","https://github.com/nuxt/ui/issues/3353",0.7303577,["Reactive",3289],{},["Set"],["ShallowReactive",3292],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fagdT3BYBX4nTj3YxCfwh326nu_IQaB0SWFoW2UUU18w":-1},"/nuxt/ui/4995"]