\n\nBrowser: `Google Chrome Version 134.0.6998.89 (Official Build) (arm64)`\n\nAlso reproduced on `Safari Version 18.3.1 (20620.2.4.11.6)`\n\n### Description\n\nUser may want to copy the text in the query input of a `select-menu` component by moving cursor around text, now it's unable to do it without a keyboard (`Shift + left/right arrow` or `Cmd/Ctrl + A` to select all).\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2039,2040],{"name":2005,"color":2006},{"name":1991,"color":1992},3583,"Accessibility: unable to select text in the query input of a select-menu","2025-03-17T00:34:07Z","https://github.com/nuxt/ui/issues/3583",0.708934,{"description":2047,"labels":2048,"number":2049,"owner":1994,"repository":2020,"state":1996,"title":2050,"updated_at":2051,"url":2052,"score":2053},"Hello\nIn your playground where is a possibility to set `mode: css` and image span will have `--svg` variable which could be used as value for `mask-image`\nIn `getIconCss` method there is property `mode: mask` which can return this variable\nhttps://iconify.design/docs/libraries/utils/get-icon-css.html#geticoncss\n\nIn latest `@nuxt/icon` svg content in `mode: css` always uses as `background-image` value/\n\nCan you add property which allows to get `--svg` variable which could be used as value for `mask-image`?",[],367,"Use css icon data as mask-image","2025-03-12T12:15:51Z","https://github.com/nuxt/icon/issues/367",0.71041197,{"description":2055,"labels":2056,"number":2059,"owner":1994,"repository":1995,"state":2060,"title":2061,"updated_at":2062,"url":2063,"score":2064},"### Environment\n\n\n\nI get this error anytime I try and use \u003CUInput /> even without any other code.\n\n### Version\n\nv3.0.0-alpha.5\n\n### Reproduction\n\n`\u003Ctemplate>\n \u003CUContainer>\n \u003CUForm :schema=\"schema\" :state=\"state\" class=\"space-y-4\" @submit=\"onSubmit\">\n \u003CUFormField label=\"Code\" name=\"Code\"\n >\u003CUInput v-model=\"state.code\" />\n \u003C/UFormField>\n \u003C/UForm>\n \u003C/UContainer>\n\u003C/template>\n\n\u003Cscript setup lang=\"ts\">\nimport { z } from 'zod';\nimport type { FormSubmitEvent } from '#ui/types';\n\nconst supabase = useSupabaseClient();\nconst toast = useToast();\n\n//Form\nconst schema = z.object({\n code: z.string().min(3),\n});\n\ntype Schema = z.output\u003Ctypeof schema>;\n\nconst state = reactive\u003CPartial\u003CSchema>>({\n code: undefined,\n});\n\nasync function onSubmit(event: FormSubmitEvent\u003CSchema>) {\n toast.add({\n title: 'Success',\n description: 'The form has been submitted.',\n color: 'success',\n });\n console.log(event.data);\n}\n\u003C/script>\n`\n\n### Description\n\nUInput causes an error\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2057,2058],{"name":2005,"color":2006},{"name":1988,"color":1989},2349,"closed","UInput causes error","2024-10-10T14:15:25Z","https://github.com/nuxt/ui/issues/2349",0.65224916,{"description":2066,"labels":2067,"number":2074,"owner":1994,"repository":1995,"state":2060,"title":2075,"updated_at":2076,"url":2077,"score":2078},"### Description\n\nIf i try to define the position of the notification using the `ui` prop `\u003CUNotifications :ui=\"{position: 'top-0 right-0'}\" />`\r\nthe \"default\" configuration is applied as well (`bottom-0 end-0 `) this happens also if defining the position using the app.config.ts.. I'm assuming i'm doing it wrong.. please advice.. \r\n",[2068,2071],{"name":2069,"color":2070},"duplicate","cfd3d7",{"name":2072,"color":2073},"question","d876e3",2180,"Notification position","2024-09-11T14:08:24Z","https://github.com/nuxt/ui/issues/2180",0.6612687,{"description":2080,"labels":2081,"number":2084,"owner":1994,"repository":1995,"state":2060,"title":2085,"updated_at":2086,"url":2087,"score":2088},"### Environment\n\n-\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.16.0\n\n### Reproduction\n\n- \n\n### Description\n\nUpgraded all deps to the latest and bam Nuxt 3.16.0 is added. We get errors now as Nuxt UI 3 still ships with\n\n`'@unhead/vue': 1.11.20(vue@3.5.13(typescript@5.8.2))\n`\n\nAs of Nuxt 3.16.0 ships with @unhead2:\nhttps://nuxt.com/blog/v3-16#unhead-v2\n\nActual error:\n`[@nuxt/scripts 9:42:20 PM] ERROR Nuxt Scripts requires Unhead >= 2, you are using v1.11.20. Please run nuxi upgrade --clean to upgrade...`\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2082,2083],{"name":2005,"color":2006},{"name":1988,"color":1989},3513,"Nuxt 3.16.0 - ships with @unhead2","2025-03-10T08:49:36Z","https://github.com/nuxt/ui/issues/3513",0.68217236,{"description":2090,"labels":2091,"number":2095,"owner":1994,"repository":2096,"state":2060,"title":2097,"updated_at":2098,"url":2099,"score":2100},"I've installed nuxt-vitest and seeing this error when trying to run tests, soon as I added the module to the nuxt config.\r\n\r\nUnfortunately still new to the JS/TS ecosystem and struggling to debug, here is the full error:\r\n\r\nFAIL app/components/registration/EmailForm.vue.spec.ts > Email form\r\nError: Cannot find module 'vitest-environment-nuxt/module'\r\nRequire stack:\r\n- /Users/----/Work/Mine/ho/index.js\r\n ❯ Function._resolve [as resolve] node_modules/jiti/dist/jiti.js:1:241025\r\n ❯ resolveModule node_modules/@nuxt/kit/dist/index.mjs:260:41\r\n ❯ normalizeModule node_modules/@nuxt/kit/dist/index.mjs:469:18\r\n ❯ Object.installModule node_modules/@nuxt/kit/dist/index.mjs:451:47\r\n ❯ setup node_modules/nuxt-vitest/dist/module.cjs:22:15\r\n ❯ normalizedModule node_modules/@nuxt/kit/dist/index.mjs:170:42\r\n ❯ installModule node_modules/@nuxt/kit/dist/index.mjs:452:95\r\n ❯ initNuxt node_modules/nuxt/dist/index.mjs:2616:7\r\n\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯\r\nSerialized Error: {\r\n \"code\": \"MODULE_NOT_FOUND\",\r\n \"requireStack\": [\r\n \"/Users/----/Work/Mine/ho/index.js\",\r\n ],\r\n}",[2092],{"name":2093,"color":2094},"vitest-environment","b60205",528,"test-utils","Cannot find module 'vitest-environment-nuxt/module'","2023-12-02T00:17:12Z","https://github.com/nuxt/test-utils/issues/528",0.6824443,["Reactive",2102],{},["Set"],["ShallowReactive",2105],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"QXLAFPhOnQR_rY3PoDt7Mk9_PyvcxpHgnc8PsBv3yis":-1},"/nuxt/ui/2872"]