\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3139],{"name":3140,"color":3141},"bug","d73a4a",2273,"nuxt","ui","closed","Nuxt UI - Textarea font size not working","2024-10-02T14:20:24Z","https://github.com/nuxt/ui/issues/2273",0.7252022,{"description":3151,"labels":3152,"number":3153,"owner":3143,"repository":3154,"state":3145,"title":3155,"updated_at":3156,"url":3157,"score":3158},"",[],1049,"nuxt.com","[Code] Community","2022-12-15T08:50:03Z","https://github.com/nuxt/nuxt.com/issues/1049",0.7295165,{"description":3160,"labels":3161,"number":3164,"owner":3143,"repository":3154,"state":3145,"title":3165,"updated_at":3166,"url":3167,"score":3168},"Hover color should be green on `ProseA`\n\n\n\nReading [typography tokens](https://github.com/nuxt-themes/typography/blob/main/tokens.config.ts), colors should be declared inside `tokens.config.ts` this way.\n\n(Tried with `colors` and `color`, both don't work)\n\n```js\nexport default defineTheme({\n typography: {\n color: {\n // palette() returns the good color scheme\n primary: palette('#00dc82')\n }\n }\n})\n```",[3162],{"name":3140,"color":3163},"ff281a",1076,"[Typography] ProseA hover color not applied","2023-06-06T12:14:34Z","https://github.com/nuxt/nuxt.com/issues/1076",0.74079114,{"description":3170,"labels":3171,"number":3179,"owner":3143,"repository":3144,"state":3145,"title":3180,"updated_at":3181,"url":3182,"score":3183},"### Environment\n\n- Operating System: Windows 10 \n- Node Version: v22.10.0 \n- Nuxt Version: 3.16.0 \n- CLI Version: 3.22.5 \n- Nitro Version: 2.11.5 \n- Package Manager: pnpm@9.15.7 \n- Builder: -\n- User Config: compatibilityDate, devtools, modules, css, meta, ssr, runtimeConfig, ui \n- Runtime Modules: @nuxt/ui@3.0.0-beta.3, @nuxt/icon@1.10.3, @nuxt/fonts@0.11.0, @vueuse/nuxt@12.8.2\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nNuxt UI 3.0\n\n### Reproduction\n\n```\n\u003Ctemplate>\n\u003CUInput\n v-model=\"translation\"\n ref=\"translationField\" \n />\n\u003C/template>\n\n\u003Cscript setup>\nconst translationField = ref(null)\n\nfunction nextCard() {\n translationField.value.focus() // throws: 'focus is not a function'\n \n nextTick(() => {\n translationField.value.focus() // same error\n })\n\n // below works ok\n nextTick(() => {\n const input = translationField.value?.$el?.querySelector('input')\n if (input) {\n input.focus()\n }\n })\n}\n\u003C/script>\n```\n\n\n### Description\nStandard Vue method of using template ref (for setting a focus, here) throws: 'focus() is not a function'\nIn the above code snippet I included workaround (credits to Sonnet 3.5)\nTried it dozen of times and checked this place to see if it has not been solved earlier.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3172,3173,3176],{"name":3140,"color":3141},{"name":3174,"color":3175},"v3","49DCB8",{"name":3177,"color":3178},"triage","ffffff",3644,"\u003CUInput> template ref does not work","2025-03-21T13:14:18Z","https://github.com/nuxt/ui/issues/3644",0.75214297,{"description":3185,"labels":3186,"number":3191,"owner":3143,"repository":3144,"state":3145,"title":3192,"updated_at":3193,"url":3194,"score":3195},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v20.18.3`\n- Nuxt Version: `3.15.4`\n- CLI Version: `3.22.2`\n- Nitro Version: `2.10.4`\n- Package Manager: `pnpm@9.15.4`\n- Builder: `-`\n- User Config: `extends`, `modules`, `$development`, `devtools`, `colorMode`, `runtimeConfig`, `routeRules`, `future`, `compatibilityDate`, `vite`, `typescript`, `hooks`, `echo`, `eslint`, `i18n`, `sanctum`\n- Runtime Modules: `@nuxt/content@2.13.4`, `@nuxt/eslint@0.7.6`, `@nuxt/fonts@0.10.3`, `@nuxt/image@1.9.0`, `@nuxt/ui@2.21.0`, `@nuxthq/studio@2.2.1`, `@vueuse/nuxt@12.7.0`, `nuxt-og-image@4.1.4`, `@nuxtjs/i18n@9.2.1`, `nuxt-auth-sanctum@0.5.6`, `nuxt-laravel-echo@0.2.1`, `@nuxtjs/seo@2.2.0`\n- Build Modules: `-`\n\n\n### Version\n\n2.21.0\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-i7bgngfx?file=app.vue\n\n### Description\n\nIf I place a USelectMenu inside a UModal that is being opened inside USlideover, I cannot focus the select menu's input.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3187,3188],{"name":3140,"color":3141},{"name":3189,"color":3190},"upstream","78bddb",3408,"USelectMenu inside UModal inside USlideover","2025-03-24T14:19:31Z","https://github.com/nuxt/ui/issues/3408",0.7552465,{"description":3197,"labels":3198,"number":3202,"owner":3143,"repository":3143,"state":3145,"title":3203,"updated_at":3204,"url":3205,"score":3206},"### Environment\n\nAny\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-starter-apykxk?file=components%2Fdrawflow.vue\n\n### Describe the bug\n\n#menu-shouldnt-be-here populates with EditorMenu component\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3199],{"name":3200,"color":3201},"pending triage","E99695",29110,"Some strange behavior","2024-09-21T21:21:25Z","https://github.com/nuxt/nuxt/issues/29110",0.7571342,{"description":3208,"labels":3209,"number":3213,"owner":3143,"repository":3143,"state":3145,"title":3214,"updated_at":3215,"url":3216,"score":3217},"super bad bug but I am tired and don't feel like providing a reproduction.\r\n\r\npls fix asap",[3210],{"name":3211,"color":3212},"needs reproduction","FBCA04",26910,"this is a bug report","2024-04-23T16:28:57Z","https://github.com/nuxt/nuxt/issues/26910",0.75937563,{"description":3219,"labels":3220,"number":3225,"owner":3143,"repository":3143,"state":3145,"title":3226,"updated_at":3227,"url":3228,"score":3229},"### Environment\n\ndev\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-starter-hcptr4?file=utils%2Fhelper.js\n\n### Describe the bug\n\nThe dev server throw an error after updating any function in utils or composable folders.\r\nYou can reproduce it here: https://stackblitz.com/edit/nuxt-starter-hcptr4?file=utils%2Fhelper.js\n\n### Additional context\n\nhttps://stackblitz.com/edit/nuxt-starter-hcptr4?file=utils%2Fhelper.js\n\n### Logs\n\n_No response_",[3221,3224],{"name":3222,"color":3223},"3.x","29bc7f",{"name":3200,"color":3201},20997,"DEV SERVER ERROR - Afetr updating utils or composables","2023-05-22T09:47:18Z","https://github.com/nuxt/nuxt/issues/20997",0.7596796,{"description":3231,"labels":3232,"number":3237,"owner":3143,"repository":3144,"state":3145,"title":3238,"updated_at":3239,"url":3240,"score":3241},"### Environment\r\n\r\n- Operating System: Darwin\r\n- Node Version: v20.9.0\r\n- Nuxt Version: 3.11.2\r\n- CLI Version: 3.11.1\r\n- Nitro Version: 2.9.6\r\n- Package Manager: pnpm@9.0.0\r\n- Builder: -\r\n- User Config: app, runtimeConfig, stripe, devtools, modules, gtag, supabase, imports, i18n, colorMode, vue, vite\r\n- Runtime Modules: @nuxtjs/i18n@8.3.1, @nuxtjs/supabase@1.2.1, @nuxt/ui@2.15.2, nuxt-svgo@4.0.0, nuxt-lodash@2.5.3, nuxt-gtag@2.0.5, @nuxtjs/google-fonts@3.2.0, @pinia/nuxt@0.5.1, @pinia-plugin-persistedstate/nuxt@1.2.0, @nuxt/image@1.6.0, @vueuse/nuxt@10.9.0, @unlok-co/nuxt-stripe@3.0.0\r\n- Build Modules: -\r\n\r\n### Version\r\n\r\n2.15.2\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/nuxt-ui-pqemsg?file=app.vue\r\n\r\n### Description\r\n\r\nWeird behavior with modals on mobile devices(with tap event)\r\nWhen I have modal opened with `prevent-close` attr, I cannot click anything inside modal.\r\nIn element inspection I notice that `touch-action: auto;` adds to clicked elements.\r\n\r\nInitially I noticed this bug on my project.\r\nBy default I have modal opened on the page with prevent close attr, and when I opened another modal, on mobile devices the actions inside second modal were blocked.\r\nBut during creation of reproduction, I've noticed that button don't respond even in the first modal(on mobile device)\r\n\r\nI was able to fix it(in my project), by closing the first modal.\r\nBut it's weird because on desktops everything works fine\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3233,3234,3236],{"name":3140,"color":3141},{"name":3235,"color":3178},"wontfix-v2",{"name":3189,"color":3190},1746,"On mobile device can't click inside items of modal if multiple are open","2025-03-28T17:57:30Z","https://github.com/nuxt/ui/issues/1746",0.7606905,{"description":3243,"labels":3244,"number":3249,"owner":3143,"repository":3143,"state":3145,"title":3250,"updated_at":3251,"url":3252,"score":3253},"### Version\n\n[v1.0.0](https://github.com/nuxt.js/releases/tag/v1.0.0)\n\n### Reproduction link\n\n[https://www.pharol.cl](https://www.pharol.cl)\n\n### Steps to reproduce\n\nI have bug, when build my applications production my output not advance.\n\nattached images error.\n\nthanks!\n\n\n\n### What is expected ?\n\nsome solution to this error\n\n### What is actually happening?\n\nI have bug, when build my applications production my output not advance.\n\nattached images error.\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This bug report is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c7297\">#c7297\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3245,3246],{"name":3200,"color":3201},{"name":3247,"color":3248},"2.x","d4c5f9",3483,"Error build SSR","2023-01-22T15:30:05Z","https://github.com/nuxt/nuxt/issues/3483",0.7611219,["Reactive",3255],{},["Set"],["ShallowReactive",3258],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fOP_3H583vKRYxBUzEd4eKIitgCyiJp-kaCfhJmZ_WSk":-1},"/nuxt/nuxt.com/661"]