\n \u003C/div>\n\u003C/template>\n\n\u003Cscript lang=\"ts\" setup>\nconst value = ref(0)\nconst idList = ref([168, 170, 203])\n\u003C/script>\n```\n\n### Description\n\nIf adding array of numbers to InputMenu the menu isn't closing after choosing a number.\nOnly way to close it is double-clicking on the dropdown arrow.\nThe Console shows an error in useFilter.\n\n### Additional context\n\n\n\n\n\n### Logs\n\n```shell-script\nUncaught (in promise) TypeError: string.normalize is not a function\n at contains (useFilter.js?v=87101672:23:21)\n at InputMenu.vue:114:18\n at wrappedFn (reactivity.esm-bundler.js?v=87101672:820:19)\n at Array.filter (\u003Canonymous>)\n at apply (reactivity.esm-bundler.js?v=87101672:828:27)\n at Proxy.filter (reactivity.esm-bundler.js?v=87101672:720:12)\n at InputMenu.vue:112:50\n at Array.map (\u003Canonymous>)\n at ComputedRefImpl.fn (InputMenu.vue:112:27)\n at refreshComputed (reactivity.esm-bundler.js?v=87101672:353:29)\n```",[3227,3228,3229],{"name":3188,"color":3189},{"name":3216,"color":3217},{"name":3230,"color":3231},"triage","ffffff",3606,"Numbers in InputMenu component cause error in filter","2025-03-24T20:38:15Z","https://github.com/nuxt/ui/issues/3606",0.7304523,{"description":3238,"labels":3239,"number":3243,"owner":3191,"repository":3192,"state":3204,"title":3244,"updated_at":3245,"url":3246,"score":3247},"### Environment\n\n- Operating System: `Linux`\r\n- Node Version: `v20.10.0`\r\n- Nuxt Version: `3.9.3`\r\n- CLI Version: `3.10.0`\r\n- Nitro Version: `2.8.1`\r\n- Package Manager: `npm@10.4.0`\r\n- Builder: `-`\r\n- User Config: `devtools`, `modules`, `devServer`, `srcDir`, `css`, `postcss`, `i18n`, `runtimeConfig`\r\n- Runtime Modules: `@nuxt/test-utils/module@3.10.0`, `@nuxtjs/i18n@8.0.0`\r\n- Build Modules: `-`\r\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/spy-use-fetch-is-not-working?file=src%2FuseLogin.nuxt.test.ts\n\n### Describe the bug\n\nI'm trying to create a spy for nuxt's composable useFetch and validate what is being passed as a parameter in the call, but for some reason a third random parameter is added\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3240],{"name":3241,"color":3242},"pending triage","5D08F5",749,"Mock adding third random parameter","2025-02-21T09:06:42Z","https://github.com/nuxt/test-utils/issues/749",0.73333,{"description":3249,"labels":3250,"number":3253,"owner":3191,"repository":3254,"state":3204,"title":3255,"updated_at":3256,"url":3257,"score":3258},"Can we have these buttons green? \n\n\n\nhttps://dev.nuxt.com/docs/3.x/getting-started/quick-start",[3251],{"name":3213,"color":3252},"1ad6ff",754,"nuxt.com","[Docs] Framework Quick Start buttons","2023-02-15T12:30:55Z","https://github.com/nuxt/nuxt.com/issues/754",0.7428943,{"description":3260,"labels":3261,"number":3253,"owner":3191,"repository":3192,"state":3204,"title":3263,"updated_at":3264,"url":3265,"score":3258},"### Environment\n\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.18.0\r\n- Nuxt Version: 3.10.1\r\n- CLI Version: 3.10.0\r\n- Nitro Version: -\r\n- Package Manager: pnpm@8.14.0\r\n- Builder: -\r\n- User Config: devtools, modules, pergel\r\n- Runtime Modules: pergel/nuxt\r\n- Build Modules: -\r\n------------------------------\r\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-66e6cf?file=tests%2Fmy-file.nuxt.test.ts\n\n### Describe the bug\n\n```ts\r\n[warn] (!) Experimental optimizeDeps.disabled and deps pre-bundling during build were removed in Vite 5.1.\r\n To disable the deps optimizer, set optimizeDeps.noDiscovery to true and optimizeDeps.include as undefined or empty.\r\n Please remove optimizeDeps.disabled from your config.\r\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3262],{"name":3241,"color":3242},"Experimental optimizeDeps.disabled vite 5.1","2024-02-15T12:32:03Z","https://github.com/nuxt/test-utils/issues/754",{"description":3267,"labels":3268,"number":3269,"owner":3191,"repository":3254,"state":3204,"title":3270,"updated_at":3271,"url":3272,"score":3273},"Hey!\n\nI've seen that https://nuxt.com/docs/api/composables/use-id is linked here and there but gives a 404 at the moment. Maybe we should redirect to https://vuejs.org/api/composition-api-helpers.html#useid instead?",[],1787,"Redirect old useId page to Vue docs","2025-02-13T18:28:03Z","https://github.com/nuxt/nuxt.com/issues/1787",0.74889827,{"description":3275,"labels":3276,"number":3282,"owner":3191,"repository":3219,"state":3204,"title":3283,"updated_at":3284,"url":3285,"score":3286},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v20.12.2`\n- Nuxt Version: `3.14.159`\n- CLI Version: `3.15.0`\n- Nitro Version: `2.10.4`\n- Package Manager: `bun@1.1.33`\n- Builder: `-`\n- User Config: `default`\n- Runtime Modules: `@nuxt/ui@3.0.0-alpha.8`, `@nuxt/eslint@0.6.1`, `@vueuse/nuxt@11.2.0`\n- Build Modules: `-`\n\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\nPlace SelectMenu with search in Modal then try to access search input\n\n### Description\n\nSelectMenu search not working from modal\nIt's working if :portal=\"false\", but style broken\n\n### Additional context\n\n\n\n\n### Logs\n\n```shell-script\n\n```",[3277,3278,3279],{"name":3188,"color":3189},{"name":3216,"color":3217},{"name":3280,"color":3281},"reka-ui","56d799",2657,"SelectMenu search not clickable from modal","2025-02-13T18:27:29Z","https://github.com/nuxt/ui/issues/2657",0.7513929,{"description":3288,"labels":3289,"number":3190,"owner":3191,"repository":3254,"state":3204,"title":3291,"updated_at":3292,"url":3293,"score":3197},"Blocked by #720 ",[3290],{"name":3213,"color":3252},"[Community] Nuxters filter to select community only","2022-07-25T13:34:54Z","https://github.com/nuxt/nuxt.com/issues/684",["Reactive",3295],{},["Set"],["ShallowReactive",3298],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fxaKLk0gHXlIna3LKJjLvknWS4HasLFLr1tfmeeBkxgo":-1},"/nuxt/fonts/401"]