\n \u003C/template>\n\n \u003Ctemplate #item=\"{ item }\">\n \u003Cspan v-text=\"item.label\" />\n \u003C/template>\n\u003C/UDropdownMenu>\n```",[3053,3056],{"name":3054,"color":3055},"question","d876e3",{"name":3024,"color":3025},4636,"DropdownMenu keyboard interaction handling","2025-07-31T06:44:47Z","https://github.com/nuxt/ui/issues/4636",0.75310147,{"description":3063,"labels":3064,"number":3070,"owner":3030,"repository":3031,"state":3032,"title":3071,"updated_at":3072,"url":3073,"score":3074},"",[3065,3066,3067],{"name":3021,"color":3022},{"name":3024,"color":3025},{"name":3068,"color":3069},"reka-ui","56d799",2337,"[DropdownMenu/Popover/Tooltip] Improve arrow styling like `NavigationMenu` ","2024-10-08T10:12:48Z","https://github.com/nuxt/ui/issues/2337",0.76553226,{"description":3076,"labels":3077,"number":3088,"owner":3030,"repository":3030,"state":3032,"title":3089,"updated_at":3090,"url":3091,"score":3092},"### Describe the feature\r\n\r\nThe current behavior of `default` is inconsistent with other composables such as `useFetch`, `useAsyncData` and `useState`:\r\n1. `default` value is used only on init.\r\n2. `default` value is set to cookies in SSR, but not in CSR (https://github.com/nuxt/nuxt/issues/26701).\r\n\r\nProposals (breaking):\r\n1. The default value must be used even if the value is later set to `null` or `undefined`:\r\n```ts\r\nconst foo = useCookie('foo', { default: () => 'Stark' })\r\nfoo.value // -> 'Stark'\r\nfoo.value = 'Hulk'\r\nfoo.value // -> 'Hulk'\r\nfoo.value = undefined\r\nfoo.value // -> 'Stark' because it is default\r\n```\r\nJust as it is done for `useFetch` - if the `data` is undefined or it is an error, default value is used.\r\nAlso, good examples are [Vue prop default value](https://vuejs.org/guide/components/props.html#prop-validation) and https://vueuse.org/shared/refDefault.\r\n\r\n2. or rename `default` to `init` to match `useState` where default data is only used once during initialization.\r\n\r\nIn all cases default value should not be set to cookies on init.\r\n\r\n### Additional information\r\n\r\n- [X] Would you be willing to help implement this feature?\r\n- [ ] Could this feature be implemented as a module?\r\n\r\n### Final checks\r\n\r\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\r\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3078,3081,3082,3085],{"name":3079,"color":3080},"discussion","538de2",{"name":3041,"color":3042},{"name":3083,"color":3084},"🔨 p3-minor","FBCA04",{"name":3086,"color":3087},"4.x","3B01A5",26760,"Change behavior of `default` in `useCookie` to be consistent with other composables","2024-04-23T11:33:41Z","https://github.com/nuxt/nuxt/issues/26760",0.7716099,{"description":3094,"labels":3095,"number":3099,"owner":3030,"repository":3031,"state":3032,"title":3100,"updated_at":3101,"url":3102,"score":3103},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.14.0\n- Nuxt Version: 3.16.2\n- CLI Version: 3.24.1\n- Nitro Version: 2.11.9\n- Package Manager: bun@1.2.8\n- Builder: -\n- User Config: compatibilityDate, devtools, modules, css\n- Runtime Modules: @nuxt/eslint@1.3.0, @nuxt/fonts@0.11.1, @nuxt/icon@1.12.0, @nuxt/ui@3.0.2, @pinia/nuxt@0.11.0\n- Build Modules: -\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.2\n\n### Reproduction\n\nI tried running this code from `playground-vue`:\n\n```\n\u003CUModal>\n \u003CUButton>Open\u003C/UButton>\n \u003Ctemplate #body>\n \u003CUSelectMenu :items=\"items\" :search-input=\"{ autofocus: false }\" />\n \u003C/template>\n\u003C/UModal>\n```\n\n\n### Description\n\nselect menu's search input always autofocus inside modal, even when the autofocus is set to false.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3096,3097,3098],{"name":3041,"color":3042},{"name":3024,"color":3025},{"name":3027,"color":3028},3933,"SelectMenu's autofocus doesn't work inside Modal","2025-04-19T06:22:26Z","https://github.com/nuxt/ui/issues/3933",0.78007275,{"description":3105,"labels":3106,"number":3110,"owner":3030,"repository":3031,"state":3111,"title":3112,"updated_at":3113,"url":3114,"score":3115},"### Environment\n\nNuxt UI pro v 3.1.0\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.0\n\n### Reproduction\n\nhttps://ui.nuxt.com/components/input-menu#control-search-term\n\n### Description\n\nHello, \n\nI am reopening an issue based on https://github.com/nuxt/ui/issues/3782\n\nI still have an issue on the InputMenu that filters with the default value.\n\nAs a reproduction : we can see the same behavior I am facing in the documentation : https://ui.nuxt.com/components/input-menu#control-search-term . \n\n1) => The first click on InputMenu shows only the seacherd term (here Backlog)\n2) => If I close the popover and reopen it a second time, it shows the entire list.\n\nI tried the :reset-search-term-on-select=\"false\" , it allows to display the entire list at 1st click but it leads to not showing the default selected value (the placeholder is displayed).\n\nActually, I am looking to display the entire list at first click, even if a value is already selected.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3107,3108,3109],{"name":3041,"color":3042},{"name":3024,"color":3025},{"name":3068,"color":3069},3993,"closed","InputMenu Clear Search on Select at first click","2025-07-16T10:57:06Z","https://github.com/nuxt/ui/issues/3993",0.7246176,{"description":3117,"labels":3118,"number":3121,"owner":3030,"repository":3031,"state":3111,"title":3122,"updated_at":3123,"url":3124,"score":3125},"### Description\n\nAfter updating to 3.1.0 \"TableColumn\" cant be imported from @nuxt/ui\nonly from @nuxt/ui/runtime/components/Table.vue.js\n\n",[3119,3120],{"name":3054,"color":3055},{"name":3024,"color":3025},3980,"Bug? TableColumn import type from @nuxt/ui not possible?","2025-04-25T09:44:12Z","https://github.com/nuxt/ui/issues/3980",0.73746544,{"description":3063,"labels":3127,"number":3130,"owner":3030,"repository":3131,"state":3111,"title":3132,"updated_at":3133,"url":3134,"score":3135},[3128],{"name":3041,"color":3129},"ff281a",164,"nuxt.com","`USelect` default value is not displayed after ssr load","2023-02-15T12:31:49Z","https://github.com/nuxt/nuxt.com/issues/164",0.7425416,{"description":3137,"labels":3138,"number":3142,"owner":3030,"repository":3030,"state":3111,"title":3143,"updated_at":3144,"url":3145,"score":3146},"### Environment\n\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v20.14.0\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: pnpm@9.7.1\r\n- Builder: -\r\n- User Config: runtimeConfig, extends, modules, ui, colorMode, routeRules, devtools, typescript, future, eslint, nitro, i18n, compatibilityDate\r\n- Runtime Modules: @nuxt/eslint@0.5.0, @nuxt/fonts@0.7.1, @nuxt/ui@2.18.4, @vueuse/nuxt@10.11.0, @nuxtjs/i18n@8.5.0\r\n- Build Modules: -\r\n------------------------------\r\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-u6tm1b?file=app.vue\n\n### Describe the bug\n\nWhen using a `v-model` prop with some initial object values (such as fetched already selected data from backend), the `\u003CUSelectMenu>` component doesn't show these as selected and seems to ignore them completely.\r\n\r\nEven when selecting the same objects again, it just seems to add them to the array and disregard anything, that was there previously.\n\n### Additional context\n\nThe behaviour changes when setting the `by` prop. In my case, I set it to `id`, after which I can see the object as selected, **but only** in the dropdown.\r\nThe button itself still shows `0 selected`.\n\n### Logs\n\n_No response_",[3139],{"name":3140,"color":3141},"pending triage","E99695",28733,"SelectMenu initial object values","2024-08-28T03:27:34Z","https://github.com/nuxt/nuxt/issues/28733",0.74534106,["Reactive",3148],{},["Set"],["ShallowReactive",3151],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fHakP8-f-ZxXn1zjmlc8FTWP7cjyY7YrUv_nb4UDUpnw":-1},"/nuxt/ui/2257"]