\n \u003C/template>\n\u003C/UModal>\n```\n\n\n### Description\n\nselect menu's search input always autofocus inside modal, even when the autofocus is set to false.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2889,2890,2893],{"name":2871,"color":2872},{"name":2891,"color":2892},"v3","49DCB8",{"name":2894,"color":2895},"triage","ffffff",3933,"ui","SelectMenu's autofocus doesn't work inside Modal","2025-04-19T06:22:26Z","https://github.com/nuxt/ui/issues/3933",0.8006104,{"description":2903,"labels":2904,"number":2910,"owner":2880,"repository":2897,"state":2911,"title":2912,"updated_at":2913,"url":2914,"score":2915},"",[2905,2906,2907],{"name":2871,"color":2872},{"name":2891,"color":2892},{"name":2908,"color":2909},"reka-ui","56d799",2257,"closed","[InputMenu/SelectMenu] Combobox `default-value` does not seem to work","2025-03-27T15:24:39Z","https://github.com/nuxt/ui/issues/2257",0.7324285,{"description":2917,"labels":2918,"number":2923,"owner":2880,"repository":2897,"state":2911,"title":2924,"updated_at":2925,"url":2926,"score":2927},"### Description\n\nI was wondering if it was possible to customize nuxt/ui with daisyui, without the nuxt ui source code changes, just using app.config.ts",[2919,2922],{"name":2920,"color":2921},"question","d876e3",{"name":2891,"color":2892},3743,"Is possible using dasiyui for Ui?","2025-04-02T15:16:17Z","https://github.com/nuxt/ui/issues/3743",0.7717459,{"description":2929,"labels":2930,"number":2934,"owner":2880,"repository":2897,"state":2911,"title":2935,"updated_at":2936,"url":2937,"score":2938},"### Environment\n\n- Operating System: Darwin\n- Node Version: v23.7.0\n- Nuxt Version: 3.16.2\n- CLI Version: 3.24.1\n- Nitro Version: 2.11.8\n- Package Manager: npm@11.1.0\n- Builder: -\n- User Config: devtools, components, modules, css, ui, runtimeConfig, site, metaTracking, sitemap, schemaOrg, plausible, uiPro, nitro, future, sourcemap, compatibilityDate\n- Runtime Modules: @nuxt/ui-pro@3.0.2, @nuxt/eslint@0.4.0, @pinia/nuxt@0.5.5, @nuxt/image@1.10.0, @testit-sdk/nuxt@1.0.2, @nuxtjs/seo@3.0.2, @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\n```app.config.ts\ntabs: {\n variants: {\n color: {\n white: '',\n },\n },\n //@ts-ignore\n compoundVariants: [{ color: 'white', variant: 'pill', class: { indicator: 'bg-white text-black shadow-md' } }],\n },\n```\n\n### Description\n\nHi!\n\nI'm trying to add custom variants to my `app.config.ts` but whenever I use it, I get a TS error saying the value is not working. The variant itself works fine, it's just that it shows a TS error\n\nWould be nice to have types automatically generated based on our custom variants :)\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2931,2932,2933],{"name":2871,"color":2872},{"name":2891,"color":2892},{"name":2894,"color":2895},3834,"Custom variant's types not working","2025-04-09T12:08:23Z","https://github.com/nuxt/ui/issues/3834",0.7800055,{"description":2940,"labels":2941,"number":2945,"owner":2880,"repository":2946,"state":2911,"title":2947,"updated_at":2948,"url":2949,"score":2950},"Shortcut for the \"Save\" button.",[2942],{"name":2943,"color":2944},"enhancement","1ad6ff",657,"nuxt.com","[Project] Support `CMD+S` to commit","2023-02-15T12:32:41Z","https://github.com/nuxt/nuxt.com/issues/657",0.783597,{"description":2952,"labels":2953,"number":2958,"owner":2880,"repository":2897,"state":2911,"title":2959,"updated_at":2960,"url":2961,"score":2962},"### Description\n\nI want to allow multiple values selection in radio group, but cannot find any prop of way from the documentation\n\n### Additional context\n\n_No response_",[2954,2956,2957],{"name":2943,"color":2955},"a2eeef",{"name":2891,"color":2892},{"name":2894,"color":2895},4143,"Multiple Value selection in radio group","2025-05-13T13:57:53Z","https://github.com/nuxt/ui/issues/4143",0.78449667,{"description":2964,"labels":2965,"number":2967,"owner":2880,"repository":2946,"state":2911,"title":2968,"updated_at":2969,"url":2970,"score":2971},"- [x] `/modules`\n- [x] `/community/repositories`\n- [x] `/community/partners`\n- [x] `/resources/showcases`",[2966],{"name":2943,"color":2944},597,"[Responsive] Display aside filters on list pages","2023-02-15T12:32:35Z","https://github.com/nuxt/nuxt.com/issues/597",0.78567463,{"description":2903,"labels":2973,"number":2976,"owner":2880,"repository":2946,"state":2911,"title":2977,"updated_at":2978,"url":2979,"score":2980},[2974],{"name":2871,"color":2975},"ff281a",164,"`USelect` default value is not displayed after ssr load","2023-02-15T12:31:49Z","https://github.com/nuxt/nuxt.com/issues/164",0.7861925,{"description":2982,"labels":2983,"number":2986,"owner":2880,"repository":2897,"state":2911,"title":2987,"updated_at":2988,"url":2989,"score":2990},"### Description\n\nHey there!\n\nI am currently doing migration of https://www.nuxt-commerce.dev/ from Nuxt UI 2->3 (it was so good experience - kudos to you!).\n\nI finished migrating almost everything apart from one thing - the Select component that has Nuxt Links inside. Basically the NuxtLink does not seem to work - the page is not changing after clicking (while the selected value is correctly updated to the clicked one. Do you know what could be the issue?\n\nThe code I use looks like this:\n\n```html\n\u003Ctemplate>\n \u003CUSelect\n v-model=\"selected\"\n value-key=\"value\"\n :items=\"selectOptions\"\n >\n {{ selected }}\n \u003Ctemplate #item=\"{ item }\">\n \u003CNuxtLink\n :to=\"`/collection/${item?.to}`\"\n >\n \u003Cp>{{ item?.value }}\u003C/p>\n \u003C/NuxtLink>\n \u003C/template>\n \u003C/USelect>\n\u003C/template>\n\n\n\u003Cscript setup lang=\"ts\">\nconst selectOptions = computed(() => {\n return props.collections?.edges.map(({ node }) => ({\n value: node.title,\n to: node.handle,\n }))\n})\n\nconst selected = ref(\n selectOptions.value?.find(\n option => route.params.handle && option.to === route.params.handle[0],\n )?.value,\n)\n\u003C/script>\n```",[2984,2985],{"name":2920,"color":2921},{"name":2891,"color":2892},3443,"Does Select work with NuxtLink/UI Link?","2025-03-04T09:18:16Z","https://github.com/nuxt/ui/issues/3443",0.78754556,["Reactive",2992],{},["Set"],["ShallowReactive",2995],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fIO3sEJ1mRJMiZb8AzPuB90-iGG2UbNdjTC-UZrKiolg":-1},"/nuxt/ui/3980"]