\n \u003C/UCarousel>\n\u003C/template>\n\n### Description\n\nSimulate the behavior of https://m3.material.io/components/carousel/overview, Carousel will repeatedly calculate is-snapped in an infinite loop\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2867,2870,2873],{"name":2868,"color":2869},"bug","d73a4a",{"name":2871,"color":2872},"v3","49DCB8",{"name":2874,"color":2875},"triage","ffffff",3883,"nuxt","ui","open","[Carousel] Unable to differentiate item sizes","2025-04-14T08:19:21Z","https://github.com/nuxt/ui/issues/3883",0.73723567,{"description":2885,"labels":2886,"number":2890,"owner":2877,"repository":2878,"state":2879,"title":2891,"updated_at":2892,"url":2893,"score":2894},"### Environment\n\nsandbox\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.0\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/admiring-herschel-qyt4kh\n\n### Description\n\n`app.config`\n\n```\nbutton: {\n compoundVariants: [\n {\n color: 'primary',\n variant: 'soft',\n class: {\n base: 'text-green-500',\n leadingIcon: 'text-red-500'\n }\n },\n ]\n}\n```\n\nif button defined like without `active` the icon is red, but text is green\n```\n\u003CUButton\n label=\"Label\"\n color=\"primary\"\n variant=\"soft\"\n icon=\"mdi-account\"\n />\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\" />",[2887,2888,2889],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2874,"color":2875},3972,"Different result than static for active-color & active-variant","2025-04-24T15:30:39Z","https://github.com/nuxt/ui/issues/3972",0.75337934,{"description":2896,"labels":2897,"number":2903,"owner":2877,"repository":2904,"state":2879,"title":2905,"updated_at":2906,"url":2907,"score":2908},"https://github.com/nuxt/ui/commit/f7604e565f717001a4d4c2974cf23559a3f01c21",[2898,2900],{"name":2868,"color":2899},"ff281a",{"name":2901,"color":2902},"upstream","78BDDB",1830,"nuxt.com","typecheck error because of `@nuxt/ui` Drawer component","2025-03-23T14:59:06Z","https://github.com/nuxt/nuxt.com/issues/1830",0.75995505,{"description":2910,"labels":2911,"number":2912,"owner":2877,"repository":2904,"state":2879,"title":2913,"updated_at":2914,"url":2915,"score":2916},"the current a11y score on nuxt.com is `83` (from lighthouse), pretty sure we can max it out\n\n- [x] I can work on this if no one's gonna take it?",[],1837,"fix: improve a11y","2025-03-26T16:24:17Z","https://github.com/nuxt/nuxt.com/issues/1837",0.76894754,{"description":2918,"labels":2919,"number":2923,"owner":2877,"repository":2878,"state":2879,"title":2924,"updated_at":2925,"url":2926,"score":2927},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v22.1.0`\n- Nuxt Version: `3.16.2`\n- CLI Version: `3.24.0`\n- Nitro Version: `2.11.8`\n- Package Manager: `yarn@4.7.0`\n- Builder: `-`\n- User Config: `modules`, `ssr`, `components`, `app`, `css`, `runtimeConfig`, `compatibilityDate`, `nitro`, `vite`, `eslint`\n- Runtime Modules: `@pinia/nuxt@0.10.1`, `pinia-plugin-persistedstate/nuxt@4.2.0`, `@nuxt/ui@3.0.2`, `dayjs-nuxt@2.1.11`, `@nuxt/eslint@1.3.0`\n- Build Modules: `-`\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.0.2\n\n### Reproduction\n\nhttps://codesandbox.io/p/sandbox/festive-feather-mzq49q\n\nIn the second select (which is wrapped in a form tag), don't select anything, and click save to submit the form.\n\nIt should show the browser \"this input is required\" tooltip.\n\n### Description\n\nI can't really understand why/how this happens. Sometimes, the `required` prop on a Select component will not prevent the form to be submitted. But sometimes it's working fine.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2920,2921,2922],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2874,"color":2875},3882,"Select required sometimes not working","2025-04-14T08:11:48Z","https://github.com/nuxt/ui/issues/3882",0.7696938,{"description":2929,"labels":2930,"number":2937,"owner":2877,"repository":2878,"state":2879,"title":2938,"updated_at":2939,"url":2940,"score":2941},"### Description\r\n\r\nSpanning columns in tables should be common...\r\n\r\nBut the `\u003Ccolumn>-data` slot is rendered in the `\u003Ctd>`. It would be better if there was a `row-data` slot.\r\n\r\nIs there any way to determine whether it needs to span columns based on some property of row?",[2931,2934],{"name":2932,"color":2933},"question","d876e3",{"name":2935,"color":2936},"stale","ededed",2053,"How to span columns in UTable?","2025-03-15T02:01:09Z","https://github.com/nuxt/ui/issues/2053",0.77160805,{"description":2943,"labels":2944,"number":2945,"owner":2877,"repository":2904,"state":2946,"title":2947,"updated_at":2948,"url":2949,"score":2950},"### Environment\n\nNot necessary\n\n### Reproduction\n\nhttps://nuxt.com/\n\n### Describe the bug\n\n1. Go to https://nuxt.com/\r\n2. Check the alt tags for images in cards after `A solution to cover all your needs`. Possibly many others too.\r\n3. See that the value is `[object Object] image`.\r\n\r\n\u003Cimg width=\"1204\" alt=\"image\" src=\"https://user-images.githubusercontent.com/640208/203802739-c306c698-53dc-47d6-878c-324ec09dc08f.png\">\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[],1231,"closed","docs: alt tag of images is faulty","2023-04-12T10:10:59Z","https://github.com/nuxt/nuxt.com/issues/1231",0.7435374,{"description":2952,"labels":2953,"number":2955,"owner":2877,"repository":2878,"state":2946,"title":2956,"updated_at":2957,"url":2958,"score":2959},"### Description\r\n\r\nHi, is there any way to disable the error template? \r\n\r\nI just tried to set an empty template, but this creates a div with some classes that create a slight jump because of the set class mt-2... and overwriting from the template is also not possible...\r\n\r\nI need to do this because I need to show some custom logic where error messages are used as hints.\r\n\r\ncheers,\r\ngregor",[2954],{"name":2932,"color":2933},2100,"disabling formgroup error template","2024-09-03T08:41:36Z","https://github.com/nuxt/ui/issues/2100",0.74364626,{"description":2961,"labels":2962,"number":2965,"owner":2877,"repository":2878,"state":2946,"title":2966,"updated_at":2967,"url":2968,"score":2969},"### Description\n\nMight have missed this in the beta 2 docs, but curious how we're supposed to close the current `Modal` or `Slideover` instance from within the component using the new `useOverlay` composable. I see a few references to `useOverlayInstance` in other issue but that composable doesn't seem to be available in the current beta.\n\nThanks!",[2963,2964],{"name":2932,"color":2933},{"name":2871,"color":2872},3429,"How to get current modal/slideover instance?","2025-03-02T17:44:50Z","https://github.com/nuxt/ui/issues/3429",0.7459283,{"description":2971,"labels":2972,"number":2974,"owner":2877,"repository":2878,"state":2946,"title":2975,"updated_at":2976,"url":2977,"score":2978},"### Environment\r\n\r\n- Operating system: \"android 14\"\r\n- Nuxt Version: \"3.13.2\"\r\n- Vue Version: \"3.5.8\"\r\n- \r\n\r\n### Version\r\n\r\nv2.18.6\r\n\r\n### Reproduction\r\n\r\nhttps://ui.nuxt.com/components/dropdown\r\n\r\n\r\n\r\n\r\n\r\n### Description\r\n\r\nclicking on the dropdown button doesn't work in mobile view. the \"click\" event & the \"touchstart\" event, call the same function (toggle dropdown visibility), and neutralize each other. (basically, click event opens the dropdown, the touchstart event, closes the dropdown)\r\n\r\nI tested it and in both android 14 & in windows, firefox (mobile view mode), I got the same result.\r\n\r\n### Additional context\r\n\r\n\r\n\r\n\r\n### Logs\r\n\r\n_No response_",[2973],{"name":2868,"color":2869},2261,"\"UDropdown\": Toggle NOT Working in Mobile. click event & touchstart event neutralize each other.","2024-10-01T13:00:59Z","https://github.com/nuxt/ui/issues/2261",0.75148726,["Reactive",2980],{},["Set"],["ShallowReactive",2983],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fpew_85CfNQKdWSB08EHC60KwFJ2P0cl9TVhOcOrZ2io":-1},"/nuxt/ui/2385"]