\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```",[1984,1987,1990],{"name":1985,"color":1986},"bug","d73a4a",{"name":1988,"color":1989},"v3","49DCB8",{"name":1991,"color":1992},"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.75152296,{"description":2002,"labels":2003,"number":2008,"owner":1994,"repository":1995,"state":1996,"title":2009,"updated_at":2010,"url":2011,"score":2012},"### Description\n\n\n\n\napp.config.ts select variants\n\n\n\n\nsize works but TS gives an error",[2004,2007],{"name":2005,"color":2006},"question","d876e3",{"name":1988,"color":1989},3858,"How to set custom size without TS error","2025-04-11T06:51:03Z","https://github.com/nuxt/ui/issues/3858",0.7690284,{"description":2014,"labels":2015,"number":2020,"owner":1994,"repository":1995,"state":1996,"title":2021,"updated_at":2022,"url":2023,"score":2024},"### 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?",[2016,2017],{"name":2005,"color":2006},{"name":2018,"color":2019},"stale","ededed",2053,"How to span columns in UTable?","2025-03-15T02:01:09Z","https://github.com/nuxt/ui/issues/2053",0.7716005,{"description":2026,"labels":2027,"number":2033,"owner":1994,"repository":1995,"state":1996,"title":2034,"updated_at":2035,"url":2036,"score":2037},"### Description\n\nRelated: #2907 \n\nFor many form controls, such as buttons, inputs, checkboxes, radio buttons, text areas, and more, there is no need to have stylistic handling of disabled states by default as they mostly will never reach it.\n\nIf we take for example the most common type of online forms, the registration/login form, there is typically an email input and a password input, none of which will ever be disabled. Having the disabled styling on them simply results in more clutter in the HTML and larger payloads, thus reducing performance. \n\nAnd this doesn't even touch on other use cases of form controls that can never be disabled as per the spec, like using `UButton`'s builtin navigation support when making aesthetic links to other content.\n\nA big performance improvement can be made in this aspect by introducing a new `disabled` variant for form controls that will be false by default. Only if explicitly set on will it add all styling related to the disabled state.\n\n### Additional context\n\n_No response_",[2028,2031,2032],{"name":2029,"color":2030},"enhancement","a2eeef",{"name":1988,"color":1989},{"name":1991,"color":1992},3092,"`disabled` variant in form controls","2025-01-14T09:54:50Z","https://github.com/nuxt/ui/issues/3092",0.7744659,{"description":2039,"labels":2040,"number":2041,"owner":1994,"repository":2042,"state":1996,"title":2043,"updated_at":2044,"url":2045,"score":2046},"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,"nuxt.com","fix: improve a11y","2025-03-26T16:24:17Z","https://github.com/nuxt/nuxt.com/issues/1837",0.77890635,{"description":2048,"labels":2049,"number":2055,"owner":1994,"repository":2042,"state":1996,"title":2056,"updated_at":2057,"url":2058,"score":2059},"https://github.com/nuxt/ui/commit/f7604e565f717001a4d4c2974cf23559a3f01c21",[2050,2052],{"name":1985,"color":2051},"ff281a",{"name":2053,"color":2054},"upstream","78BDDB",1830,"typecheck error because of `@nuxt/ui` Drawer component","2025-03-23T14:59:06Z","https://github.com/nuxt/nuxt.com/issues/1830",0.77896005,{"description":2061,"labels":2062,"number":2066,"owner":1994,"repository":1995,"state":1996,"title":2067,"updated_at":2068,"url":2069,"score":2070},"### 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```",[2063,2064,2065],{"name":1985,"color":1986},{"name":1988,"color":1989},{"name":1991,"color":1992},3882,"Select required sometimes not working","2025-04-14T08:11:48Z","https://github.com/nuxt/ui/issues/3882",0.78598666,{"description":2072,"labels":2073,"number":2077,"owner":1994,"repository":1995,"state":1996,"title":2078,"updated_at":2079,"url":2080,"score":2081},"### Environment\n\n- Operating System: Darwin\n- Node Version: v23.4.0\n- Nuxt Version: 3.16.1\n- CLI Version: 3.23.1\n- Nitro Version: 2.11.7\n- Package Manager: bun@1.2.5\n- Builder: -\n- User Config: devtools, modules, imports, components, css, compatibilityDate, experimental, future\n- Runtime Modules: @nuxt/ui@3.0.0\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/recursing-browser-klwx46\n\n### Description\n\nWhen a `SelectMenu` is wrapped in a custom component which is then consumed by `FormField` validation is triggered for an instant before the component goes back to its valid state.\n\nI've tried to debug a bit and I think it's related to the fact that the `SelectMenu` uses `Input` and that input is firing a `change` event because it uses `useFormField`, even though that particular input should not be considered the \"form field\" in this instance.\n\n### Additional context\n\nhttps://github.com/user-attachments/assets/75e8c84f-612e-48f0-bf9e-dcc1fe95ffcd\n\nI'd like to open a PR and fix this myself but I'm not sure what the best approach it. Maybe `Input` could take a prop that allows it to not fire form events? i.e. `ignore-form-events=\"true\"` so the SelectMenu would use it. This could also apply for other components that use primitive form inputs inside them (Command, InputMenu) etc.\n\n### Logs\n\n```shell-script\n\n```",[2074,2075,2076],{"name":1985,"color":1986},{"name":1988,"color":1989},{"name":1991,"color":1992},3736,"[USelectMenu] Validation events are triggered before change when wrapped in a custom component","2025-03-30T10:18:53Z","https://github.com/nuxt/ui/issues/3736",0.7862868,{"description":2083,"labels":2084,"number":2088,"owner":1994,"repository":1995,"state":1996,"title":2089,"updated_at":2090,"url":2091,"score":2092},"### Environment\n\n------------------------------\n- Operating System: Windows_NT\n- Node Version: v20.17.0\n- Nuxt Version: 3.16.1\n- CLI Version: 3.23.1\n- Nitro Version: 2.11.7\n- Package Manager: npm@10.8.2\n- Builder: -\n- User Config: devtools, modules, css, future, compatibilityDate\n- Runtime Modules: @nuxt/ui@3.0.2, @nuxt/eslint@1.2.0, @nuxt/content@3.4.0, @vueuse/nuxt@13.0.0, @nuxt/image@1.10.0\n- Build Modules: -\n------------------------------\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.2\n\n### Reproduction\n\nTried to setup repo, but codesandbox was giving errors and stalling out.\n\n\n\n### Description\n\nWhen using the UDrawer component with `:dismissible=\"false\"` and `:modal=\"false\"`, the drawer still closes when users interact with elements outside the drawer. This prevents users from interacting with the form or other page elements while the drawer is open.\n\n**Steps to Reproduce**\nCreate a UDrawer component with :dismissible=\"false\"\nSet the drawer to be open\nTry to interact with form elements or other content outside the drawer\n\n### Additional context\n\nExpected Behavior\nAccording to the documentation at https://ui.nuxt.com/components/drawer#prevent-closing, setting dismissible=\"false\" should prevent the drawer from closing when clicking outside or pressing escape.\nActual Behavior\nThe drawer still closes when clicking outside, making it impossible to interact with form elements on the page while the drawer is open.\n\n```\n\u003CUDrawer\n v-model:open=\"showMobileResults\"\n direction=\"bottom\"\n :modal=\"false\"\n :handle=\"false\"\n :overlay=\"false\"\n dismissible=\"false\"\n title=\"Biological Age Results\"\n description=\"View your biological age and longevity estimates\"\n>\n \u003C!-- Drawer content here -->\n\u003C/UDrawer>\n```\n\n### Logs\n\n```shell-script\n\n```",[2085,2086,2087],{"name":1985,"color":1986},{"name":1988,"color":1989},{"name":1991,"color":1992},3727,"UDrawer ignores :dismissible=\"false\" prop and still closes when interacting outside","2025-03-29T12:52:08Z","https://github.com/nuxt/ui/issues/3727",0.7898271,{"description":2094,"labels":2095,"number":2096,"owner":1994,"repository":2042,"state":2097,"title":2098,"updated_at":2099,"url":2100,"score":2101},"### 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.7464775,["Reactive",2103],{},["Set"],["ShallowReactive",2106],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"pew_85CfNQKdWSB08EHC60KwFJ2P0cl9TVhOcOrZ2io":-1},"/nuxt/ui/2385"]