\n```\n\nsame result is expected when using `active`, but `leadingIcon` is ignored\n```\n\u003CUButton\n label=\"Label\"\n active\n active-color=\"primary\"\n active-variant=\"soft\"\n icon=\"mdi-account\"\n @click.prevent=\"active = !active\"\n/>\n```\n\n### Additional context\n\n\u003Cimg width=\"202\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/0756fb1c-772c-44ae-855d-90aba304bd9e\" />",[3037,3040,3041],{"name":3038,"color":3039},"bug","d73a4a",{"name":3024,"color":3025},{"name":3042,"color":3043},"triage","ffffff",3972,"Different result than static for active-color & active-variant","2025-04-24T15:30:39Z","https://github.com/nuxt/ui/issues/3972",0.75115746,{"description":3050,"labels":3051,"number":3054,"owner":3027,"repository":3055,"state":3056,"title":3057,"updated_at":3058,"url":3059,"score":3060},"Issue on `@nuxt/content` https://github.com/nuxt/content/blob/main/docs/content/1.index.md\n\n\n",[3052],{"name":3038,"color":3053},"ff281a",683,"nuxt.com","closed","[Editor] Milkdown parsing error with components in slots","2023-06-06T12:14:56Z","https://github.com/nuxt/nuxt.com/issues/683",0.7036446,{"description":3062,"labels":3063,"number":3067,"owner":3027,"repository":3055,"state":3056,"title":3068,"updated_at":3069,"url":3070,"score":3071},"Example: https://www.raycast.com/nhojb/brew",[3064],{"name":3065,"color":3066},"design","00bd6f",673,"[Modules] Details page","2023-09-05T08:18:34Z","https://github.com/nuxt/nuxt.com/issues/673",0.73631495,{"description":3073,"labels":3074,"number":3080,"owner":3027,"repository":3028,"state":3056,"title":3081,"updated_at":3082,"url":3083,"score":3084},"### Environment\n\n- Operating System: Linux\n- Node Version: v22.4.0\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.17.0\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.15.0\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.10, nuxt-auth-sanctum@0.5.2, @vueuse/nuxt@11.3.0, nuxt-file-storage@0.2.9\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.14.1592\n\n### Reproduction\n\n```vue\n\u003Cscript setup lang=\"ts\">\nconst category = ref()\nconst categories = ref(await fetchApi('utils/dishCategories'))\n\u003C/script>\n\n\u003Ctemplate>\n \u003CUModal>\n \u003CUButton icon=\"lucide:folder-plus\" variant=\"ghost\" />\n\n \u003Ctemplate #body>\n \u003CUSelectMenu v-model=\"category\"\n :items=\"categories\"\n value-key=\"id\"\n label-key=\"name\"\n :search-input=\"{ placeholder: 'Найти категорию', autofocus: true }\"\n class=\"w-full\" />\n \u003C/template>\n\n \u003Ctemplate #footer>\n \u003CUButton variant=\"soft\" class=\"ml-auto\">Добавить\u003C/UButton>\n \u003C/template>\n \u003C/UModal>\n\u003C/template>\n```\n\n### Description\n\nCant focus search input in UModal https://skr.sh/vTGxtvn6YeL\nOutside UModal all is ok.",[3075,3076,3079],{"name":3038,"color":3039},{"name":3077,"color":3078},"duplicate","cfd3d7",{"name":3024,"color":3025},2939,"USelectMenu search input is not focusable in UModal","2024-12-19T18:24:48Z","https://github.com/nuxt/ui/issues/2939",0.75026155,{"description":3086,"labels":3087,"number":3091,"owner":3027,"repository":3028,"state":3056,"title":3092,"updated_at":3093,"url":3094,"score":3095},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.18.0\n- Nuxt Version: 3.16.2\n- CLI Version: 3.24.0\n- Nitro Version: 2.11.8\n- Package Manager: pnpm@9.12.3\n- Builder: -\n- User Config: ssr, modules, devtools, spaLoadingTemplate, future, runtimeConfig, colorMode, ui, css, app, routeRules, plausible, $production, $development, sourcemap, sentry, compatibilityDate\n- Runtime Modules: @sentry/nuxt/module@9.10.1, @nuxt/ui-pro@3.0.2, @nuxt/content@3.4.0, @nuxt/image@1.10.0, @vueuse/nuxt@13.0.0, @nuxt/scripts@0.11.5, @nuxtjs/plausible@1.2.0\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.2\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/keen-cannon-s6mnt5?file=%2Fapp%2Fpages%2Findex.vue%3A4%2C14\n\n### Description\n\nI'm encountering an issue with the `loading-auto` prop on `\u003CUButton>` when the button is placed outside the `\u003CUForm>` and uses the `form` attribute to link to the form.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3088,3089,3090],{"name":3038,"color":3039},{"name":3024,"color":3025},{"name":3042,"color":3043},3856,"`loading-auto` attribute not working when `\u003CUButton>` is outside the form with `form` attribute","2025-04-12T15:54:22Z","https://github.com/nuxt/ui/issues/3856",0.75053626,{"description":3097,"labels":3098,"number":3101,"owner":3027,"repository":3028,"state":3056,"title":3102,"updated_at":3103,"url":3104,"score":3105},"### Environment\n\n- Operating System: Windows_NT\n- Node Version: v22.11.0\n- Nuxt Version: 3.15.1\n- CLI Version: 3.20.0\n- Nitro Version: 2.10.4\n- Package Manager: bun@1.1.37\n- Builder: -\n- User Config: components, css, extends, modules, ui, supabase, i18n, app, mapbox, runtimeConfig, compatibilityDate\n- Runtime Modules: nuxt-mapbox@1.6.1, @nuxt/image@1.9.0, @nuxt/ui@3.0.0-alpha.10, @nuxtjs/supabase@1.4.5, @vueuse/nuxt@10.11.1, @nuxtjs/i18n@8.5.6, @vueuse/motion/nuxt@2.2.6 \n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.10\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/quizzical-wood-ntyxty\n\n### Description\n\nwhen a child item at the second level has more than three levels of nested children, the collapse button for that second-level item stops working.\n\nI'm using the following code snippet:\nIs this a known limitation of the UNavigationMenu component, or could it be a bug?\n\nI would greatly appreciate any guidance on how to resolve this issue and ensure the collapse \nTypeScript\n```\n\u003Cscript setup lang=\"ts\">\n const items = ref([\n {\n label: 'Home',\n icon: 'i-tabler-home',\n description: 'Fully styled and customizable components for Nuxt.',\n children: [\n {\n label: 'Introduction 2',\n description: 'Fully styled and customizable components for Nuxt.',\n icon: 'i-lucide-house',\n children: [\n {\n label: 'Getting Started 3',\n description: 'Learn how to get started with Reka UI.',\n icon: 'i-tabler-star',\n to: '/',\n },\n {\n label: 'Installation 3',\n description: 'Learn how to get started with Reka UI in your Nuxt project.',\n icon: 'i-lucide-house',\n to: '/',\n },\n ],\n },\n ],\n },\n ])\n\u003C/script>\n\n\u003Ctemplate>\n \u003CUNavigationMenu\n orientation=\"vertical\"\n :items=\"links\"\n color=\"neutral\"\n :ui=\"{\n link: 'group relative flex items-center gap-2 px-3 py-2 font-bold rounded-md text-md focus:outline-none focus-visible:outline-none dark:focus-visible:outline-none focus-visible:before:ring-inset focus-visible:before:ring-2 focus-visible:before:ring-primary-500 dark:focus-visible:before:ring-primary-400 before:absolute before:inset-px before:rounded-md disabled:cursor-not-allowed disabled:opacity-75',\n }\"\n />\n\u003C/template>\n\n```\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3099,3100],{"name":3038,"color":3039},{"name":3024,"color":3025},3069,"UNavigationMenu I'm facing an issue with the collapse functionality of my nested navigation menu.","2025-01-25T12:56:13Z","https://github.com/nuxt/ui/issues/3069",0.7515076,{"description":3107,"labels":3108,"number":3109,"owner":3027,"repository":3055,"state":3056,"title":3110,"updated_at":3111,"url":3112,"score":3113},"- [x] Colors & Fonts\n- [x] Landing page (Home)\n- [x] Showcase categories/hero\n- [x] Modules categories/hero\n- [x] Blog categories/hero\n- [x] Support hero/content",[],1305,"Marketing Update","2023-07-04T10:00:31Z","https://github.com/nuxt/nuxt.com/issues/1305",0.75543743,{"description":3115,"labels":3116,"number":3120,"owner":3027,"repository":3055,"state":3056,"title":3121,"updated_at":3122,"url":3123,"score":3124},"- [x] Move Revue contacts\n- [x] Subscribe form to contact Sendgrid API",[3117],{"name":3118,"color":3119},"enhancement","1ad6ff",1104,"Migrate newsletter to SendGrid","2023-01-10T15:04:54Z","https://github.com/nuxt/nuxt.com/issues/1104",0.7581443,{"description":3126,"labels":3127,"number":3131,"owner":3027,"repository":3028,"state":3056,"title":3132,"updated_at":3133,"url":3134,"score":3135},"### Environment\n\nNuxt UI: 3.0.1\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.15.1\n\n### Reproduction\n\n Without RP\n\n### Description\n\nThe menu item itself is correct but the internal menu items in right-to-left languages are incorrect. I solved this problem by adding the following style in the items prop, but this should be resolved in future versions.\n\n`class: 'flex-row-reverse'`\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3128,3129,3130],{"name":3038,"color":3039},{"name":3024,"color":3025},{"name":3042,"color":3043},3737,"Items in the DropdownMenu have problems in RTL mode","2025-03-31T21:07:42Z","https://github.com/nuxt/ui/issues/3737",0.7598972,["Reactive",3137],{},["Set"],["ShallowReactive",3140],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$foM_0M40-IT7VpomYwii3chCiC8oMU9kxPwxx7kM9SVo":-1},"/nuxt/nuxt.com/756"]