\n \n \u003CUFormField class=\"mt-2\">\n \u003CUButton type=\"submit\" class=\"block w-full\">Submit\u003C/UButton>\n \u003C/UFormField>\n \u003C/form>\n\u003C/template>\n```\n\n### Description\n\nEven if i choosen some items, i cant submit form https://skr.sh/vSqGuOWV8dZ",[2042,2043],{"name":2017,"color":2018},{"name":2002,"color":2003},2741,"closed","UInputMenu required attribute works wrong when multiple is enabled","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/2741",0.70766157,{"description":2051,"labels":2052,"number":2055,"owner":1988,"repository":2008,"state":2045,"title":2056,"updated_at":2057,"url":2058,"score":2059},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v20.11.1\n- Nuxt Version: 3.14.159\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.11.0\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.8, @nuxtjs/html-validator@1.8.2, @nuxt/image@1.8.1, @nuxt/eslint@0.6.1, @nuxtjs/seo@2.0.0-rc.23\n- Build Modules: -\n------------------------------\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n\"@nuxt/ui\": \"3.0.0-alpha.8\",\n\n### Reproduction\n\n\u003C!-- layouts/default.vue -->\n\u003Ctemplate>\n \u003Cdiv class=\"container mx-auto\">\n \u003Cu-breadcrumb :items=\"items \" />\n \u003Cslot>\u003C/slot>\n \u003C/div>\n\u003C/template>\n\n\n\u003Cscript lang=\"ts\" setup>\nimport { useRoute } from 'vue-router';\n\nconst route = useRoute();\nconst items = useBreadcrumbItems({\n schemaOrg: true,\n});\n\u003C/script>\n\n\n### Description\n\nthis will render the breadcrumbs in a \u003Cdiv> with an aria-label, which is a violation of this rule: https://html-validate.org/rules/aria-label-misuse.html\n\n- Rule ID: aria-label-misuse\n- Category: Accessibility\n- Standards: WCAG 2.2 (A)WCAG 2.1 (A)WCAG 2.0 (A)\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n ERROR HTML validation errors found for /song/justice-genesis-1\n\ninline\n 129:21990 error \"aria-label\" cannot be used on this element aria-label-misuse\n\n✖ 1 problem (1 error, 0 warnings)\n\nMore information:\n https://html-validate.org/rules/aria-label-misuse.html\n\n```",[2053,2054],{"name":2017,"color":2018},{"name":2002,"color":2003},2649,"breadcrumb HTML validation errors","2024-11-15T08:53:33Z","https://github.com/nuxt/ui/issues/2649",0.7241031,{"description":2061,"labels":2062,"number":2065,"owner":1988,"repository":2066,"state":2045,"title":2067,"updated_at":2068,"url":2069,"score":2070},"Noticed that the animation on the timeline does not work properly on mobile (only first item appears) AND we have an issue for the image when navigating on client-side (at least on Safari):\n\nhttps://user-images.githubusercontent.com/904724/180595606-b112686f-b2ce-4686-8be6-0620ab31dac5.MOV\n\nAlso notice the layout shift on reload, might be due to a lack of height specified on images.",[2063],{"name":2017,"color":2064},"ff281a",831,"nuxt.com","[Community] About page timeline mobile","2023-02-15T12:31:02Z","https://github.com/nuxt/nuxt.com/issues/831",0.74850094,{"description":2072,"labels":2073,"number":2076,"owner":1988,"repository":2008,"state":2045,"title":2077,"updated_at":2078,"url":2079,"score":2080},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v20.10.0\n- Nuxt Version: 3.15.0\n- CLI Version: 3.17.2\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.15.1\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.9, @nuxt/eslint@0.7.4\n- Build Modules: -\n------------------------------\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.0.0-alpha.10\n\n### Reproduction\n\nRepo: https://github.com/Cyanhall/nuxt-ui-v3-demo/tree/main/demo3\n\nCode: https://github.com/Cyanhall/nuxt-ui-v3-demo/blob/main/demo3/app/components/SearchPalette.vue#L46\n\n### Description\n\nThe placeholder in UInput within UModal does not display.\n\n```vue\n\u003CUInput\n class=\"w-full mb-4\"\n size=\"sm\"\n icon=\"i-lucide-search\"\n placeholder=\"Search...\"\n>\n \u003Ctemplate #trailing>\n \u003CUKbd value=\"shift\" />\n \u003CUKbd value=\"G\" />\n \u003C/template>\n\u003C/UInput>\n```\n\u003Cimg width=\"496\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/be2e8457-b3ac-4b70-838b-2b2b7399c091\" />\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2074,2075],{"name":2017,"color":2018},{"name":2002,"color":2003},2977,"The placeholder in UInput within UModal does not display","2025-03-03T09:06:21Z","https://github.com/nuxt/ui/issues/2977",0.75375724,{"description":2082,"labels":2083,"number":2091,"owner":1988,"repository":2008,"state":2045,"title":2092,"updated_at":2093,"url":2094,"score":2095},"Thank you for your amazing work on Nuxt UI!\n\nI understand that Nuxt UI 3 is currently in alpha, and I appreciate the rapid progress you’re making with the library. In the future, I’d like to suggest considering the addition of a Date Picker component, inspired by the one in Reka-UI (which is also in alpha).\n\nA particularly valuable feature of the Reka-UI Date Picker is the ability for users to manually input dates directly into the input field. This combination of flexibility and functionality enhances the user experience and could be a great addition to Nuxt UI.\nhttps://reka-ui.com/docs/components/date-picker",[2084,2087,2090],{"name":2085,"color":2086},"duplicate","cfd3d7",{"name":2088,"color":2089},"enhancement","a2eeef",{"name":2002,"color":2003},2873,"Add a Date Picker Component with Manual Input Option from Reka-UI","2024-12-10T15:12:32Z","https://github.com/nuxt/ui/issues/2873",0.76464385,{"description":2097,"labels":2098,"number":2101,"owner":1988,"repository":2008,"state":2045,"title":2102,"updated_at":2103,"url":2104,"score":2105},"### Description\n\nHow to enable [IntelliSense](https://ui3.nuxt.dev/components/link#intellisense)\n\nwhen wrie the code on class atribute like this\n `\u003Cdiv class=\"bg-red-500 text-white p-4 flex justify-between\">`\n\n the sugestion not show\n",[2099,2100],{"name":2029,"color":2030},{"name":2002,"color":2003},2949,"VS Code IntelliSense not working","2025-01-06T07:33:40Z","https://github.com/nuxt/ui/issues/2949",0.76594174,["Reactive",2107],{},["Set"],["ShallowReactive",2110],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"7vMbrVTIL25ymBQt8CKV-FUViuSLmguNo0pfFmJC3VQ":-1},"/nuxt/ui/2599"]