\n \u003C/UFormField>\n \u003CUFormField\n v-if=\"!authUser\"\n name=\"email\"\n :label=\"$t('label.email')\"\n >\n \u003CUInput\n v-model=\"state.email\"\n icon=\"i-solar-letter-bold-duotone\"\n :placeholder=\"$t('placeholder.enter_email')\"\n @update:model-value=\"state.email = $event || null\"\n />\n \u003C/UFormField>\n \u003CUButton\n block\n type=\"submit\"\n :loading=\"isLoading\"\n :label=\"$t('button.submit')\"\n />\n \u003C/UForm>\n```\n\n### Description\n\nWhy if get error from backend `UForm` set all inputs attr disabled?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2001,2002,2005],{"name":1985,"color":1986},{"name":2003,"color":2004},"needs reproduction","CB47CF",{"name":2006,"color":2007},"v3","49DCB8",2612,"closed","if get error from backend `UForm` set all inputs attr disabled","2024-11-13T09:00:48Z","https://github.com/nuxt/ui/issues/2612",0.6893144,{"description":2015,"labels":2016,"number":2019,"owner":1991,"repository":1992,"state":2009,"title":2020,"updated_at":2021,"url":2022,"score":2023},"### Environment\n\n- Operating System: `Windows_NT`\n- Node Version: `v22.12.0`\n- Nuxt Version: `3.16.0`\n- CLI Version: `3.23.0`\n- Nitro Version: `2.11.6`\n- Package Manager: `pnpm@9.9.0`\n- Builder: `-`\n- User Config: `devtools`, `modules`, `css`, `future`, `compatibilityDate`\n- Runtime Modules: `@nuxt/ui@3.0.0`, `@nuxt/eslint@1.2.0`\n- Build Modules: `-`\n\n### Version\n\nv3.0.0\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/lingering-night-wl8j66\n\n### Description\n\nWhen items have value `null` or `undefined` and click the select menu, app will throw an error. \n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nUncaught (in promise) TypeError: Cannot read properties of undefined (reading 'disabled') SelectMenu.vue:379\n at SelectMenu.vue:379:35\n at renderList (runtime-core.esm-bundler.js:2904:16)\n at SelectMenu.vue:1:1\n at renderFnWithContext (runtime-core.esm-bundler.js:692:13)\n at renderSlot (runtime-core.esm-bundler.js:2981:53)\n at ComboboxGroup.vue:38:2\n at renderFnWithContext (runtime-core.esm-bundler.js:692:13)\n at renderSlot (runtime-core.esm-bundler.js:2981:53)\n at ListboxGroup.vue:21:34\n at renderFnWithContext (runtime-core.esm-bundler.js:692:13)\n```",[2017,2018],{"name":1985,"color":1986},{"name":1988,"color":1989},3316,"`USelectMenu`: can not open drop select when options have value `null`","2025-03-15T11:31:45Z","https://github.com/nuxt/ui/issues/3316",0.690186,{"description":2025,"labels":2026,"number":2032,"owner":1991,"repository":1992,"state":2009,"title":2033,"updated_at":2034,"url":2035,"score":2036},"### Description\n\nI think it would be very cool and helpful if the accordion items could have some drag functionality. I want my users to be able to add links to their account in a accordion form. They should be able to reorder it as well. Not sure if the accordion is the right component to add it or that it could be something on it's own. You might have different thoughts. See https://github.com/nuxt/ui/issues/825\n\n### Additional context\n\n_No response_",[2027,2030,2031],{"name":2028,"color":2029},"enhancement","a2eeef",{"name":2006,"color":2007},{"name":1988,"color":1989},3637,"Add drag behaviour to `accordion`","2025-03-24T17:08:50Z","https://github.com/nuxt/ui/issues/3637",0.69896376,{"description":2038,"labels":2039,"number":2043,"owner":1991,"repository":2044,"state":2009,"title":2045,"updated_at":2046,"url":2047,"score":2048},"### Environment\n\nNA\n\n### Reproduction\n\nClick getting started, then refresh the page, it 404s...\n\n### Describe the bug\n\n404 on page refresh of non home page\r\n\r\nVideo below...\r\n\r\nhttps://iframe.mediadelivery.net/play/161467/0943c0ad-fa76-40f5-8fa5-ceabd7ef0e1a\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2040],{"name":2041,"color":2042},"documentation","9DE2BA",1383,"nuxt.com","nuxt.com broken...","2023-10-27T12:25:27Z","https://github.com/nuxt/nuxt.com/issues/1383",0.6991199,{"description":2050,"labels":2051,"number":2055,"owner":1991,"repository":1992,"state":2009,"title":2056,"updated_at":2057,"url":2058,"score":2059},"### Description\n\ncurrently, `overlay.open()` returns a value of type any. possibly infer types from component emits?\n\n```ts\nconst emit = defineEmits\u003C{\n close:[boolean] \n}>\n```\n\nCalling `overlay.open()` should ideally return a `Promise\u003Cboolean>` (or `boolean` directly, depending on the implementation), inferred from the `close` event:\n\n```ts\nconst payload = overlay.open()\n// boolean\n```",[2052,2053,2054],{"name":2028,"color":2029},{"name":2006,"color":2007},{"name":1988,"color":1989},3706,"Infer Return Type of `useOverlay().open` Based on Component Emits","2025-03-28T15:42:49Z","https://github.com/nuxt/ui/issues/3706",0.69939685,{"description":2061,"labels":2062,"number":2067,"owner":1991,"repository":1992,"state":2009,"title":2068,"updated_at":2069,"url":2070,"score":2071},"### Description\n\nIn v3, we seem to have lost any focus indication on Buttons. This looks intentional as I see `focus:outline-hidden` on the base. For a11y and good keyboard navigation, it's best practice to have a visual indication of focus: https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#discernibleandpredictablekeyboardfocus\n\nIt seems we've taken a step backward from v2 in this regard. Was this intentional? Is the intent for users to add their own `focus-visible:*` classes via app config?",[2063,2066],{"name":2064,"color":2065},"question","d876e3",{"name":2006,"color":2007},3658,"Button Focus Indication","2025-03-24T09:50:12Z","https://github.com/nuxt/ui/issues/3658",0.7025964,{"description":2073,"labels":2074,"number":2080,"owner":1991,"repository":1992,"state":2009,"title":2081,"updated_at":2082,"url":2083,"score":2084},"### For what version of Nuxt UI are you suggesting this?\n\nv3.0.0-alpha.x\n\n### Description\n\nCurrently I've defined a `Heading` component, that just styles based on some various props. It might be nice to have some unified way of styling all `h1`, `h2` etc. directly through available components.\n\n\n### Additional context\n\n_No response_",[2075,2076,2077],{"name":1985,"color":1986},{"name":2006,"color":2007},{"name":2078,"color":2079},"pro","5BD3CB",2697,"Header/Text component(s)","2024-11-20T16:54:18Z","https://github.com/nuxt/ui/issues/2697",0.7110952,{"description":2086,"labels":2087,"number":2090,"owner":1991,"repository":1992,"state":2009,"title":2091,"updated_at":2092,"url":2093,"score":2094},"### Description\n\nI added type of array items. It's Work as well in web but i got error warn in IDE. I use Nuxt + NuxtUi 3 + TS\n\n\n\n\n\nFor items : \n```\nconst items = ref([\n { label: \"Your Order\", slot: \"header\", type: \"label\" },\n { label: \"Item1\" },\n ]);\n```",[2088,2089],{"name":2064,"color":2065},{"name":2006,"color":2007},3456,"DropdownMenuItem type","2025-03-28T17:41:59Z","https://github.com/nuxt/ui/issues/3456",0.7145548,{"description":2096,"labels":2097,"number":2103,"owner":1991,"repository":1992,"state":2009,"title":2104,"updated_at":2105,"url":2106,"score":2107},"### Description\n\nIs there any easy way to use nested childs in `NavigationMenu` component? I have specific client requirements for 3 levels menu like:\n\n```\nconst items = ref([\n {\n label: 'Guide',\n icon: 'i-lucide-book-open',\n to: '/getting-started',\n children: [\n {\n label: 'Introduction',\n description: 'Fully styled and customizable components for Nuxt.',\n icon: 'i-lucide-house',\n children: [\n {\n label: 'Introduction',\n description: 'Fully styled and customizable components for Nuxt.',\n icon: 'i-lucide-house',\n \n },\n ]\n }\n ]\n```\n\nOr I need repaste and rewrite sections in slots to achieve this?",[2098,2101,2102],{"name":2099,"color":2100},"duplicate","cfd3d7",{"name":2064,"color":2065},{"name":2006,"color":2007},3128,"NavigationMenu and nested childs","2025-01-28T12:07:17Z","https://github.com/nuxt/ui/issues/3128",0.71862876,["Reactive",2109],{},["Set"],["ShallowReactive",2112],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"3IyCNA_6_YQErYit4LTwvs_iAmO_dzJyywPIJnPzRhM":-1},"/nuxt/ui/2843"]