` and `\u003CUInputMenu />` filter is not working when using an array of object and the \"value-key\" prop\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3036,3037],{"name":3020,"color":3021},{"name":3038,"color":3039},"v3","49DCB8",2730,"ui","closed","USelectMenu | UInputMenu filter not working with value-key","2024-12-05T13:48:55Z","https://github.com/nuxt/ui/issues/2730",0.74909085,{"description":3048,"labels":3049,"number":3056,"owner":3026,"repository":3057,"state":3042,"title":3058,"updated_at":3059,"url":3060,"score":3061},"_Improve the design of the modules page with [Raycast](https://www.raycast.com/store) page as the main source of inspiration._\n\n### Todos\n- [ ] Create a responsive design for the modules listing page sync with the API.\n- [ ] Card are external links.\n",[3050,3053],{"name":3051,"color":3052},"design","00bd6f",{"name":3054,"color":3055},"dev","018415",1337,"nuxt.com","Modules Page","2023-10-10T14:44:51Z","https://github.com/nuxt/nuxt.com/issues/1337",0.76165605,{"description":3063,"labels":3064,"number":3069,"owner":3026,"repository":3041,"state":3042,"title":3070,"updated_at":3071,"url":3072,"score":3073},"### For what version of Nuxt UI are you asking this question?\n\nv3.0.0-alpha.x\n\n### Description\n\nAccording to the documentation for using slots, we should use the following:\n\n```\n\u003Ctemplate #name-cell=\"{ row }\">\n \u003Cdiv class=\"flex items-center gap-3\">\n {{ row.original.position }}\n \u003C/div>\n\u003C/template>\n\n```\nThe `row.original` object provides access to the row data. However, in previous versions, we could also access the table index like this:\n\n`#name-cell=\"{ row, index }\"\n`\n\nThis allowed us to display a numeric sequence for the table data. With the latest version, is there a way to access an index within the table?\n",[3065,3068],{"name":3066,"color":3067},"question","d876e3",{"name":3038,"color":3039},2729,"How Can I Get the Index When Using Slots in a Table?","2024-11-22T18:49:16Z","https://github.com/nuxt/ui/issues/2729",0.76484483,{"description":3075,"labels":3076,"number":3081,"owner":3026,"repository":3041,"state":3042,"title":3082,"updated_at":3083,"url":3084,"score":3085},"### For what version of Nuxt UI are you suggesting this?\n\nv3.0.0-alpha.x\n\n### Description\n\nWith the addition of the ColorPicker component, it would be a nice addition to allow Nuxt UI colors (like primary, secondary, error, etc..) to read from, and apply, user-input colors.\n\nIt's worth noting that admittedly, it's a little less more low priority given the extensive list of predefined colors.\n\n### Additional context\n\n_No response_",[3077,3080],{"name":3078,"color":3079},"enhancement","a2eeef",{"name":3038,"color":3039},2849,"Runtime custom color support for Nuxt UI colors","2024-12-10T09:30:23Z","https://github.com/nuxt/ui/issues/2849",0.77205443,{"description":3087,"labels":3088,"number":3098,"owner":3026,"repository":3026,"state":3042,"title":3099,"updated_at":3100,"url":3101,"score":3102},"### Describe the feature\n\nIt would be really great if you could publish changes ( fixes & features ) more often. \n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://v3.nuxtjs.org/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/framework/discussions) and [issues](https://github.com/nuxt/framework/issues).",[3089,3092,3095],{"name":3090,"color":3091},"documentation","5319e7",{"name":3093,"color":3094},"good first issue","fbca04",{"name":3096,"color":3097},"3.x","29bc7f",12548,"Document Release Cycle","2023-03-07T17:46:27Z","https://github.com/nuxt/nuxt/issues/12548",0.7749631,{"description":3104,"labels":3105,"number":3107,"owner":3026,"repository":3041,"state":3042,"title":3108,"updated_at":3109,"url":3110,"score":3111},"### For what version of Nuxt UI are you asking this question?\n\nv2.x\n\n### Description\n\n### Description\nHi there,\n\nIn many of the projects I’m working on, I need to display a limited number of items in the command palette when no search is performed and show more items when a search is initiated.\n\nCurrent Issue\nThe `resultLimit` currently controls how many search results are shown, but I want to decouple the initial number of displayed items from the search result limit. Specifically, I want to:\n\n- Display 5 items by default when no search is performed.\n- Increase the number of displayed items to 20 when a search is initiated, controlled by the `resultLimit`, without affecting the initial state.\n- When attempting to conditionally control this behavior using a computed property, the feature does not work as expected.\n\n Versions\n\n@nuxt/ui: ^2.18.2\nnuxt: ^3.12.4\n\nExample\n\n```Javascript\n\u003Ctemplate>\n \u003CUCommandPalette\n command-attribute=\"title\"\n :fuse=\"{\n resultLimit: computedResultLimit\n }\"\n />\n\u003C/template>\n\n\u003Cscript setup>\nconst searchTerm = ref('');\n\nconst computedResultLimit = computed(() => {\n if (!searchTerm.value) {\n return 5;\n }\n return 20;\n});\n\u003C/script>\n```\n",[3106],{"name":3066,"color":3067},2393,"Command Palette: Specific Item Display with Conditional resultLimit Behavior","2024-10-16T09:31:26Z","https://github.com/nuxt/ui/issues/2393",0.7751679,{"description":3113,"labels":3114,"number":3115,"owner":3026,"repository":3057,"state":3042,"title":3116,"updated_at":3117,"url":3118,"score":3119},"### Environment\n\nbrowser chrome\n\n### Reproduction\n\nopen https://nuxt.com/modules in browser.\n\n### Describe the bug\n\n\u003Cimg width=\"1271\" alt=\"image\" src=\"https://github.com/nuxt/nuxt/assets/32301380/7363e730-5eda-4fee-8790-375987e293ef\">\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[],1353,"[Document] nuxt modules page has been crashed.","2023-10-10T14:44:55Z","https://github.com/nuxt/nuxt.com/issues/1353",0.7777936,{"description":3121,"labels":3122,"number":3124,"owner":3026,"repository":3041,"state":3042,"title":3125,"updated_at":3126,"url":3127,"score":3128},"### Environment\n\n------------------------------\n- Operating System: Linux\n- Node Version: v22.8.0\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.17.1\n- Nitro Version: 2.10.4\n- Package Manager: bun@1.1.38\n- Builder: -\n- User Config: default\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n### Version\n\n^2.19.2\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-umrnyur4?file=app.vue\n\n### Description\n\nI am using Zod for the \u003CUForm /> validation. In the minimal reproduction, since I provided two paths for the error, the message should appear on both fields. However, the error message only shows if only 1 path is specified.\n\n### Additional context\n\n### Logs\n\n```shell-script\n\n```",[3123],{"name":3020,"color":3021},2981,"`UForm` does not show error for multiple paths","2025-01-09T14:53:06Z","https://github.com/nuxt/ui/issues/2981",0.7781114,{"description":3130,"labels":3131,"number":3134,"owner":3026,"repository":3057,"state":3042,"title":3135,"updated_at":3136,"url":3137,"score":3138},"\n",[3132],{"name":3020,"color":3133},"ff281a",983,"[support]/agencies: in mobile when i click on Agencies we should arrive in agencies list page instead of having a list ","2023-10-10T14:45:23Z","https://github.com/nuxt/nuxt.com/issues/983",0.7793107,["Reactive",3140],{},["Set"],["ShallowReactive",3143],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fJN4YsPV85zvT1ZlDYiCB-at0dE6YoxcA2WLYx8YMW1A":-1},"/nuxt/ui/3010"]