\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```",[2944,2945,2946],{"name":2905,"color":2906},{"name":2933,"color":2934},{"name":2947,"color":2948},"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":2955,"labels":2956,"number":2960,"owner":2908,"repository":2909,"state":2921,"title":2961,"updated_at":2962,"url":2963,"score":2964},"### 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_",[2957],{"name":2958,"color":2959},"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":2966,"labels":2967,"number":2970,"owner":2908,"repository":2971,"state":2921,"title":2972,"updated_at":2973,"url":2974,"score":2975},"Can we have these buttons green? \n\n\n\nhttps://dev.nuxt.com/docs/3.x/getting-started/quick-start",[2968],{"name":2930,"color":2969},"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":2977,"labels":2978,"number":2970,"owner":2908,"repository":2909,"state":2921,"title":2980,"updated_at":2981,"url":2982,"score":2975},"### 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_",[2979],{"name":2958,"color":2959},"Experimental optimizeDeps.disabled vite 5.1","2024-02-15T12:32:03Z","https://github.com/nuxt/test-utils/issues/754",{"description":2984,"labels":2985,"number":2986,"owner":2908,"repository":2971,"state":2921,"title":2987,"updated_at":2988,"url":2989,"score":2990},"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":2992,"labels":2993,"number":2999,"owner":2908,"repository":2936,"state":2921,"title":3000,"updated_at":3001,"url":3002,"score":3003},"### 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```",[2994,2995,2996],{"name":2905,"color":2906},{"name":2933,"color":2934},{"name":2997,"color":2998},"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":3005,"labels":3006,"number":2907,"owner":2908,"repository":2971,"state":2921,"title":3008,"updated_at":3009,"url":3010,"score":2914},"Blocked by #720 ",[3007],{"name":2930,"color":2969},"[Community] Nuxters filter to select community only","2022-07-25T13:34:54Z","https://github.com/nuxt/nuxt.com/issues/684",["Reactive",3012],{},["Set"],["ShallowReactive",3015],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fxaKLk0gHXlIna3LKJjLvknWS4HasLFLr1tfmeeBkxgo":-1},"/nuxt/fonts/401"]