\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```",[2903,2906,2909],{"name":2904,"color":2905},"bug","d73a4a",{"name":2907,"color":2908},"needs reproduction","CB47CF",{"name":2871,"color":2872},2612,"if get error from backend `UForm` set all inputs attr disabled","2024-11-13T09:00:48Z","https://github.com/nuxt/ui/issues/2612",0.7114439,{"description":2916,"labels":2917,"number":2919,"owner":2877,"repository":2878,"state":2895,"title":2920,"updated_at":2921,"url":2922,"score":2923},"### Environment\n\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v20.17.0\r\n- Nuxt Version: 3.13.2\r\n- CLI Version: 3.13.2\r\n- Nitro Version: 2.9.7\r\n- Package Manager: pnpm@9.11.0\r\n- Builder: -\r\n- User Config: alias, watch, future, experimental, devtools, routeRules, build, modules, icon, gtag, nitro, runtimeConfig, compatibilityDate\r\n- Runtime Modules: @nuxt/ui@2.18.6, @pinia/nuxt@0.5.4, @nuxt/image@1.8.0, @vueuse/nuxt@11.1.0, nuxt-gtag@3.0.1, @nuxt/fonts@0.9.0, @nuxt/eslint@0.5.7, @nuxtjs/leaflet@1.2.3\r\n- Build Modules: -\r\n------------------------------\n\n### Version\n\nv2.8.6\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-select-menu-issue?file=app.vue\n\n### Description\n\n```\r\nexport default defineAppConfig({\r\n ui: {\r\n primary: \"blue-stone\",\r\n // primary: \"blue-stone\",\r\n gray: \"cool\",\r\n button: {\r\n default: {\r\n loadingIcon: \"lucide:loader\",\r\n },\r\n },\r\n selectMenu: {\r\n default: {\r\n loadingIcon: \"lucide:loader\",\r\n },\r\n },\r\n },\r\n});\r\n```\r\n\r\nI want to define default for select-menu just like I have done button and according to the documentation, this should work but it doesn't.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2918],{"name":2904,"color":2905},2243,"Default loading icon is not set on SelectMenu from app config","2024-09-24T13:03:21Z","https://github.com/nuxt/ui/issues/2243",0.7165894,{"description":2925,"labels":2926,"number":2930,"owner":2877,"repository":2931,"state":2895,"title":2932,"updated_at":2933,"url":2934,"score":2935},"### 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_",[2927],{"name":2928,"color":2929},"documentation","9DE2BA",1383,"nuxt.com","nuxt.com broken...","2023-10-27T12:25:27Z","https://github.com/nuxt/nuxt.com/issues/1383",0.7197141,{"description":2937,"labels":2938,"number":2941,"owner":2877,"repository":2878,"state":2895,"title":2942,"updated_at":2943,"url":2944,"score":2945},"### 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```",[2939,2940],{"name":2891,"color":2892},{"name":2871,"color":2872},3456,"DropdownMenuItem type","2025-03-28T17:41:59Z","https://github.com/nuxt/ui/issues/3456",0.7206827,{"description":2947,"labels":2948,"number":2950,"owner":2877,"repository":2878,"state":2895,"title":2951,"updated_at":2952,"url":2953,"score":2954},"### For what version of Nuxt UI are you suggesting this?\n\nv2.17.0\n\n### Description\n\nI want to set styles for other elements based on the activation state of the `ULink` component, but it was unexpectedly difficult. First, I didn't find relevant content in the [documentation](https://ui.nuxt.com/components/link) of the `ULink` component. It wasn't until I found this [issue](https://github.com/nuxt/ui/issues/1718) that I learned that I could get the activation state through `v-slot={isActive}`. Secondly, I can't directly set the `data-*` attribute for the `ULink` component to save the value of isActive, because this will prompt a ts error and the rendered `a` tag will not contain attributes, so I have to add another HTML tag as a child element of the `ULink` component to indirectly add the `data-*` attribute. \n\n### Additional context\n\n_No response_",[2949],{"name":2868,"color":2869},2726,"Use `data-*` to add activation state to `ULink`","2024-12-05T13:48:55Z","https://github.com/nuxt/ui/issues/2726",0.7228804,{"description":2956,"labels":2957,"number":2960,"owner":2877,"repository":2878,"state":2895,"title":2961,"updated_at":2962,"url":2963,"score":2964},"### For what version of Nuxt UI are you asking this question?\n\nv3.0.0-alpha.x\n\n### Description\n\nHello,\n\nHow to access [Neutral Palette](https://ui3.nuxt.dev/getting-started/theme#neutral-palette) classes ? (text-ui-dimmed, bg-ui-accented ...)\nTailwind CSS IntelliSense doesn't offer them, are they generated by default?\nIf not, What is the easiest way to do this?\n\nThanks in advance",[2958,2959],{"name":2891,"color":2892},{"name":2871,"color":2872},2843,"Neutral Palette classes","2024-12-09T11:12:10Z","https://github.com/nuxt/ui/issues/2843",0.7291625,{"labels":2966,"number":2975,"owner":2877,"repository":2877,"state":2895,"title":2976,"updated_at":2977,"url":2978,"score":2979},[2967,2969,2972],{"name":2968,"color":2875},"stale",{"name":2970,"color":2971},"pending triage","E99695",{"name":2973,"color":2974},"2.x","d4c5f9",7883,"Nuxt + Apollo, not possible to have client fetch","2023-01-22T15:36:04Z","https://github.com/nuxt/nuxt/issues/7883",0.7317292,{"description":2981,"labels":2982,"number":2990,"owner":2877,"repository":2878,"state":2895,"title":2991,"updated_at":2992,"url":2993,"score":2994},"### 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```",[2983,2984,2985,2986,2987],{"name":2904,"color":2905},{"name":2907,"color":2908},{"name":2871,"color":2872},{"name":2874,"color":2875},{"name":2988,"color":2989},"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.7341211,["Reactive",2996],{},["Set"],["ShallowReactive",2999],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fFa3Xf9w_GYdtAzXY7yW0Y4gzhWCW-eXd_it4TAYo3mg":-1},"/nuxt/nuxt.com/1312"]