\n \u003Cdiv v-if=\"form.errors.email\">{{ form.errors.email }}\u003C/div>\n\n \u003Cbutton type=\"submit\">Submit\u003C/button>\n\u003C/Form>\n```\n\nInstead of configuring how the form validates (e.g. on each change, only after pressing submit, etc) we could use states for each value like Angular does. There the form validates on each change but each value has multiple states like is-pristine, isDirty, isUntouched and by use of those values triggering the visibility of the error messages can be precisely handled. Example:\n\n```vue\n\u003CForm :schema=\"schema\" :state=\"state\" @submit=\"onSubmit\" ref=\"form\">\n \u003Clabel for=\"email\">E-Mail\u003C/label>\n \u003Cinput name=\"email\" type=\"text\" v-model=\"state.email\" />\n \u003Cdiv v-if=\"form.errors.email && form.values.email.dirty\">{{ form.errors.email }}\u003C/div>\n\n \u003Cbutton type=\"submit\" :disabled=\"!form.isValid\">Submit\u003C/button>\n\u003C/Form>\n```",[3037,3040],{"name":3038,"color":3039},"enhancement","a2eeef",{"name":3041,"color":3042},"v3","49DCB8",2768,"closed","Release form validation as standalone library","2024-12-16T09:47:15Z","https://github.com/nuxt/ui/issues/2768",0.7272529,{"description":3050,"labels":3051,"number":3054,"owner":3027,"repository":3028,"state":3044,"title":3055,"updated_at":3056,"url":3057,"score":3058},"### Description\n\nI've been trying for some time to disable the external icon as shown here but was unable to, even if target=\"_blank\":\n\u003Cimg width=\"243\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/a81dfa32-a8bb-4ec7-9671-006d0161bcef\" />\n\nIn this case, I want to display the icons as below without the external icons, even if the target='_blank':\n\u003Cimg width=\"203\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/d52b4a82-306b-4c69-8117-3a7e8ee6a2ea\" />\n\n\n### Additional context\n\nThe lines responsible identified here:\nhttps://github.com/nuxt/ui/blob/d4653e3c02e877eed1f8762046b2b1f001b2e84b/src/runtime/components/NavigationMenu.vue#L191\nhttps://github.com/nuxt/ui/blob/d4653e3c02e877eed1f8762046b2b1f001b2e84b/src/runtime/components/NavigationMenu.vue#L252",[3052,3053],{"name":3038,"color":3039},{"name":3041,"color":3042},2996,"Ability to disable external icon in NavigationMenu","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/2996",0.7342619,{"description":3060,"labels":3061,"number":3066,"owner":3027,"repository":3028,"state":3044,"title":3067,"updated_at":3068,"url":3069,"score":3070},"### 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```",[3062,3065],{"name":3063,"color":3064},"question","d876e3",{"name":3041,"color":3042},3456,"DropdownMenuItem type","2025-03-28T17:41:59Z","https://github.com/nuxt/ui/issues/3456",0.7366472,{"description":3072,"labels":3073,"number":3077,"owner":3027,"repository":3028,"state":3044,"title":3078,"updated_at":3079,"url":3080,"score":3081},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.12.0\n- Nuxt Version: 3.16.0\n- CLI Version: 3.22.5\n- Nitro Version: 2.11.6\n- Package Manager: pnpm@10.6.2\n- Builder: -\n- User Config: modules, css, runtimeConfig, uiPro, compatibilityDate, devtools, future, experimental\n- Runtime Modules: @nuxt/eslint@1.2.0, @nuxt/ui-pro@3.0.0, @nuxt/content@3.3.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\n```html\n\u003CProsePre lang=\"yaml\">{{ yaml }}\u003C/ProsePre>\n```\n\n\n### Description\n\nMade sure I have content installed and loaded - renders just fine, copy button shows the ✅ - but nothing is copied\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3074,3075,3076],{"name":3021,"color":3022},{"name":3041,"color":3042},{"name":3024,"color":3025},3545,"Clipboard button doesnt copy content when using ProsePre directly","2025-03-13T00:31:04Z","https://github.com/nuxt/ui/issues/3545",0.7454775,{"description":3083,"labels":3084,"number":3087,"owner":3027,"repository":3028,"state":3044,"title":3088,"updated_at":3089,"url":3090,"score":3091},"### Description\n\nGoal: Integrate Nuxt UI V3 into Wxt:\n\nIs there any people that were able to integrate Nuxt UI v3 with wxt (https://wxt.dev) and if yes did you use Vue or Nuxt installation?\n\nThank you",[3085,3086],{"name":3063,"color":3064},{"name":3041,"color":3042},3461,"Wxt integration","2025-03-16T20:50:21Z","https://github.com/nuxt/ui/issues/3461",0.74691874,{"description":3093,"labels":3094,"number":3098,"owner":3027,"repository":3027,"state":3044,"title":3099,"updated_at":3100,"url":3101,"score":3102},"I require a pagination plugin js file ,when I run dev, I got the error from lint.\r\n\r\nBut I don't want to lint the external js library. So what should I do?\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c409\">#c409\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3095],{"name":3096,"color":3097},"2.x","d4c5f9",470,"eslint ignore","2023-01-18T22:17:23Z","https://github.com/nuxt/nuxt/issues/470",0.7469435,{"description":3104,"labels":3105,"number":3108,"owner":3027,"repository":3028,"state":3044,"title":3109,"updated_at":3110,"url":3111,"score":3112},"### Environment\n\n------------------------------\n- Operating System: Windows_NT\n- Node Version: v20.9.0\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.16.0\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.9.0\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.10, @vueuse/nuxt@10.11.1, @nuxtjs/mdc@0.6.1, @formkit/auto-animate/nuxt@0.8.2, @vite-pwa/nuxt@0.10.5\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\n\n\n\n### Description\n\nI am getting this error when using USelect or USelectMenu when accessing in development mode from a url other than localhost when using the npm run dev -- --host command may be because I am not using http\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3106,3107],{"name":3021,"color":3022},{"name":3041,"color":3042},2877,"v3 USelectMenu webCrypto.randomUUID is not a function","2025-02-05T12:27:33Z","https://github.com/nuxt/ui/issues/2877",0.7478563,{"description":3114,"labels":3115,"number":3119,"owner":3027,"repository":3120,"state":3044,"title":3121,"updated_at":3122,"url":3123,"score":3124},"### 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_",[3116],{"name":3117,"color":3118},"documentation","9DE2BA",1383,"nuxt.com","nuxt.com broken...","2023-10-27T12:25:27Z","https://github.com/nuxt/nuxt.com/issues/1383",0.7493677,{"description":3126,"labels":3127,"number":3137,"owner":3027,"repository":3028,"state":3044,"title":3138,"updated_at":3139,"url":3140,"score":3141},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v22.14.0\n- Nuxt Version: -\n- CLI Version: 3.23.1\n- Nitro Version: -\n- Package Manager: pnpm@9.15.0\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n### Is this bug related to Nuxt or Vue?\n\nVue\n\n### Version\n\nv3.0.0\n\n### Reproduction\n\nN/A\n\n### Description\n\nim trying to set the widht for a specific column, i've tried with size in the columns definition but isn't working, also i've tried with defaultColumn but still doesnt work, i need to fix the size of a specific column, is there any way to do that? \n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3128,3129,3132,3133,3134],{"name":3021,"color":3022},{"name":3130,"color":3131},"needs reproduction","CB47CF",{"name":3041,"color":3042},{"name":3024,"color":3025},{"name":3135,"color":3136},"closed-by-bot","ededed",3648,"Table not working with size, minSize or maxSize in columns","2025-04-04T02:04:48Z","https://github.com/nuxt/ui/issues/3648",0.7521801,["Reactive",3143],{},["Set"],["ShallowReactive",3146],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$frGXiqI8ZPlbmghgw8plBNuCBZ5hKL8J38Y0zf8Hih1Q":-1},"/nuxt/ui/2330"]