\n \u003C/UFormGroup>\n \u003CUCheckbox v-model=\"formData.checkbox\" name=\"somename\" label=\"click me\" />\n \u003CUButton type=\"Submit\">submit form\u003C/UButton>\n {{ formData }}\n \u003C/UForm>\n \u003C/UContainer>\n\u003C/template>\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3191],{"name":3192,"color":3193},"bug","d73a4a",2405,"closed","checkbox triggers form validation ","2024-10-23T20:22:49Z","https://github.com/nuxt/ui/issues/2405",0.71338946,{"description":3201,"labels":3202,"number":3210,"owner":3158,"repository":3158,"state":3195,"title":3211,"updated_at":3212,"url":3213,"score":3214},"For writing documentation, we would need a small guide, mentioning keywords (like `nuxt 3` vs `Nuxt 3`, `Node` vs `NodeJS`) and writing narrative (such as `your project`, `our project`, `the project`)\r\n\r\nSome suggestions to include:\r\n- [narrative]\r\n- Node.js\r\n- Nuxt3 (vs NuxtJS, Nuxt.js, Nuxt 3, nuxt nuxt 3)\r\n- yarn/npm\r\n- application vs website vs project vs source\r\n- folder/directory/dir\r\n\r\nComplementary to automated checks nuxtlabs/editor#24",[3203,3204,3207],{"name":3169,"color":3170},{"name":3205,"color":3206},"discussion","538de2",{"name":3208,"color":3209},"3.x","29bc7f",10942,"Docs: Writing Guide","2023-01-19T14:38:07Z","https://github.com/nuxt/nuxt/issues/10942",0.7191457,{"description":3216,"labels":3217,"number":3218,"owner":3158,"repository":3219,"state":3195,"title":3220,"updated_at":3221,"url":3222,"score":3223},"I'm experiencing an issue with my local font awesome pro setup.\n\nI'm using Nuxt UI Pro and the issue looks like it's Nuxt Icon related.\n\n\u003Cimg width=\"1407\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/842b0d0f-7437-44a4-bb8f-1f4bded3ed93\" />\n\n\u003Cimg width=\"1439\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/c181ed5c-ed16-468b-907f-6dd4facdd9db\" />\n\nAs you can see, it doesn't work. @benjamincanac from Nuxt UI already mentioned me to use the `i-` syntax: `i-fa-light-caret-right`. This doesn't work as well...\n\nI'm I doing something wrong?\n\nContext: https://github.com/nuxt/ui/issues/2590",[],326,"icon","Custom local icons are not rendering","2024-12-19T20:21:50Z","https://github.com/nuxt/icon/issues/326",0.73073906,{"description":3225,"labels":3226,"number":3234,"owner":3158,"repository":3159,"state":3195,"title":3235,"updated_at":3236,"url":3237,"score":3238},"### Environment\n\n Operating System: Darwin\r\n- Node Version: v20.12.2\r\n- Nuxt Version: 3.11.2\r\n- CLI Version: 3.11.1\r\n- Nitro Version: 2.9.6\r\n- Package Manager: npm@10.5.0\r\n- Builder: -\r\n- User Config: routeRules, app, runtimeConfig, nitro, css, devtools, experimental, auth, mongoose, pinia, vueEmail, googleFonts, modules\r\n- Runtime Modules: @nuxt/image@1.7.0, @vueuse/nuxt@10.9.0, nuxt-mongoose@1.0.5, @pinia/nuxt@0.5.1, @pinia-plugin-persistedstate/nuxt@1.2.0, @nuxt/content@2.12.1, @sidebase/nuxt-auth@0.7.2, @vue-email/nuxt@0.8.19, nuxt-aos@1.2.4, @nuxt/ui@2.16.0, @nuxtjs/google-fonts@3.2.0\r\n- Build Modules: -\n\n### Version\n\nv2.16.0\n\n### Reproduction\n\nnothing there\n\n### Description\n\n- activeClass does not work on UButton when switching from another layout, activeClass starts working when you reload the page. \r\n- If I use NuxtLink everything works fine.\r\n\r\n> I have layout auth on the registration page, after authorization I am automatically redirected to the page with the default layout, on this page there is a menu with a UButtons\r\n\r\n----\r\nScreenshot don't work\r\n\r\nScreenshot normal work\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3227,3228,3231],{"name":3192,"color":3193},{"name":3229,"color":3230},"needs reproduction","CB47CF",{"name":3232,"color":3233},"closed-by-bot","ededed",1778,"UButton - activeClass does not work when switching from another layout","2025-04-01T02:12:03Z","https://github.com/nuxt/ui/issues/1778",0.74247056,{"description":3240,"labels":3241,"number":3244,"owner":3158,"repository":3159,"state":3195,"title":3245,"updated_at":3246,"url":3247,"score":3248},"### Environment\n\n- Operating System: Darwin\n- Node Version: v18.20.3\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.14.2\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.9\n\n### Reproduction\n\nhttps://github.com/nuxt/ui/compare/v3...outluch:ui:bugfix-valuekey-customsearch\n\nTry to remove my patch (`filter ? () => rootItems : undefined`) in `SelectMenu.vue` and check how list of found items doesn't render in page select-menu.vue of playground\n\n### Description\n\nI have found weird behavior with custom server-side search, while using custom value-label fields from my db results.\nIf you fetch items from server and they contain for example `id` and `name` instead of `value` and `label`, I pass props to SelectMenu: `:value-key: \"id\"`, `:label-key=\"name\"` and then when I try to search with input, it doesnot render results. I have found that it is because of Radix Vue: when we make own search we should not pass filter function to it, as I got it from sources of Radix. So my patch is in this one commit in my fork.\n\nBtw I have noticed, that migration to Reka UI is on the way and in Reka there are `ignoreFilter` prop now. I guess, we will need to pass it `false` also.. Maybe not. I did not dig this 100% for now.\n\nHope, this will help.\n\nhttps://github.com/nuxt/ui/compare/v3...outluch:ui:bugfix-valuekey-customsearch\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3242,3243],{"name":3192,"color":3193},{"name":3155,"color":3156},2807,"[v3][SelectMenu] with `filter=false` and `value-key` props","2025-01-25T13:10:49Z","https://github.com/nuxt/ui/issues/2807",0.7439432,{"description":3250,"labels":3251,"number":3257,"owner":3158,"repository":3158,"state":3195,"title":3258,"updated_at":3259,"url":3260,"score":3261},"People asked today on Discord what [preview mode](https://nuxt.com/docs/api/composables/use-preview-mode) actually is. I think the documentation could be extended with a description, and maybe a complete example.",[3252,3253,3256],{"name":3169,"color":3170},{"name":3254,"color":3255},"good first issue","fbca04",{"name":3208,"color":3209},26351,"📚 Docs: explain what preview mode is ","2024-04-19T14:43:24Z","https://github.com/nuxt/nuxt/issues/26351",0.74404305,{"labels":3263,"number":3267,"owner":3158,"repository":3158,"state":3195,"title":3268,"updated_at":3269,"url":3270,"score":3271},[3264,3265,3266],{"name":3169,"color":3170},{"name":3205,"color":3206},{"name":3208,"color":3209},11849,"Documentation Structure","2023-01-19T15:48:16Z","https://github.com/nuxt/nuxt/issues/11849",0.7475285,["Reactive",3273],{},["Set"],["ShallowReactive",3276],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fJqNkEsCdAtp7Ouz40CL-eRlDZMnfIX4I-h_78GCnI-w":-1},"/nuxt/ui/2981"]