\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_",[2908],{"name":2909,"color":2910},"bug","d73a4a",2405,"closed","checkbox triggers form validation ","2024-10-23T20:22:49Z","https://github.com/nuxt/ui/issues/2405",0.71338946,{"description":2918,"labels":2919,"number":2927,"owner":2872,"repository":2872,"state":2912,"title":2928,"updated_at":2929,"url":2930,"score":2931},"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",[2920,2921,2924],{"name":2895,"color":2896},{"name":2922,"color":2923},"discussion","538de2",{"name":2925,"color":2926},"3.x","29bc7f",10942,"Docs: Writing Guide","2023-01-19T14:38:07Z","https://github.com/nuxt/nuxt/issues/10942",0.71914566,{"description":2933,"labels":2934,"number":2935,"owner":2872,"repository":2936,"state":2912,"title":2937,"updated_at":2938,"url":2939,"score":2940},"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":2942,"labels":2943,"number":2951,"owner":2872,"repository":2873,"state":2912,"title":2952,"updated_at":2953,"url":2954,"score":2955},"### 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_",[2944,2945,2948],{"name":2909,"color":2910},{"name":2946,"color":2947},"needs reproduction","CB47CF",{"name":2949,"color":2950},"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":2957,"labels":2958,"number":2961,"owner":2872,"repository":2873,"state":2912,"title":2962,"updated_at":2963,"url":2964,"score":2965},"### 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```",[2959,2960],{"name":2909,"color":2910},{"name":2869,"color":2870},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":2967,"labels":2968,"number":2974,"owner":2872,"repository":2872,"state":2912,"title":2975,"updated_at":2976,"url":2977,"score":2978},"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.",[2969,2970,2973],{"name":2895,"color":2896},{"name":2971,"color":2972},"good first issue","fbca04",{"name":2925,"color":2926},26351,"📚 Docs: explain what preview mode is ","2024-04-19T14:43:24Z","https://github.com/nuxt/nuxt/issues/26351",0.74404305,{"labels":2980,"number":2984,"owner":2872,"repository":2872,"state":2912,"title":2985,"updated_at":2986,"url":2987,"score":2988},[2981,2982,2983],{"name":2895,"color":2896},{"name":2922,"color":2923},{"name":2925,"color":2926},11849,"Documentation Structure","2023-01-19T15:48:16Z","https://github.com/nuxt/nuxt/issues/11849",0.7475285,["Reactive",2990],{},["Set"],["ShallowReactive",2993],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fJqNkEsCdAtp7Ouz40CL-eRlDZMnfIX4I-h_78GCnI-w":-1},"/nuxt/ui/2981"]