\r\n\u003C/template>\r\n\r\n\u003Cscript setup lang=\"ts\">\r\nconst flip = ref(false);\r\n\u003C/script>\r\n```\r\n\r\nWhile this works fine with nuxt-icon during development, it breaks in a Prod build. The transformations no longer get applied.\r\n\r\nIt would be great if nuxt-icon could also support these props, if possible. I'm open to help with this issue if someone could give me some pointers where to start.",[],138,"icon","[Feature Request] Support Iconify Transformations","2024-03-15T09:15:14Z","https://github.com/nuxt/icon/issues/138",0.7621716,{"description":3059,"labels":3060,"number":3066,"owner":3030,"repository":3031,"state":3067,"title":3068,"updated_at":3069,"url":3070,"score":3071},"### Description\n\nI would like to be able to focus on the input in an InputMenu using a keyboard shortcut. This is already possible for the UInput (https://ui.nuxt.com/components/input#with-keyboard-shortcut), but the focus function is not exposed for UInputMenu.\n\n```\nconst input = useTemplateRef('input')\n\ndefineShortcuts({\n '/': () => {\n input.value?.inputRef?.focus()\n }\n})\n```\n\n### Additional context\n\n_No response_",[3061,3064,3065],{"name":3062,"color":3063},"enhancement","a2eeef",{"name":3024,"color":3025},{"name":3027,"color":3028},4450,"closed","UInputMenu focus with keyboard shortcut","2025-07-03T15:23:10Z","https://github.com/nuxt/ui/issues/4450",0.70376986,{"description":3073,"labels":3074,"number":3083,"owner":3030,"repository":3031,"state":3067,"title":3084,"updated_at":3085,"url":3086,"score":3087},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.14.0\n- Nuxt Version: 3.16.2\n- CLI Version: 3.25.0\n- Nitro Version: 2.11.9\n- Package Manager: npm@10.9.2\n- Builder: -\n- User Config: ssr, devtools, modules, css, app, runtimeConfig, i18n, devServer, colorMode, compatibilityDate\n- Runtime Modules: @nuxt/ui@3.0.2, @pinia/nuxt@0.5.5, @nuxt/eslint@0.5.7, @nuxtjs/i18n@9.5.3, @nuxtjs/device@3.2.4\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.0.2\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/blazing-currying-smhzvr\nnew: https://codesandbox.io/p/devbox/nuxt-ui3-n3sxks\n\n### Description\n\nI have search input inside UDropdownMenu to search items:\n1. When I focus input then hover items input loosing focus\n2. When I start typing input loosing focus and items are getting focus. You can try in reproduction url.\n3. [Offtop] Also there should be slot for menu iteself \n\n### Additional context\n\nAs I said I'm trying to type \"t\" but not working at all. This should not work this way\n\nhttps://github.com/user-attachments/assets/6c684cdb-1d5d-48c8-a5e5-eacf8507f823\n\n### Logs\n\n```shell-script\n\n```",[3075,3076,3079,3080],{"name":3021,"color":3022},{"name":3077,"color":3078},"needs reproduction","CB47CF",{"name":3024,"color":3025},{"name":3081,"color":3082},"closed-by-bot","ededed",4098,"Unable to use search input inside UDropdownMenu","2025-06-03T02:11:42Z","https://github.com/nuxt/ui/issues/4098",0.72577286,{"description":3089,"labels":3090,"number":3096,"owner":3030,"repository":3031,"state":3067,"title":3097,"updated_at":3098,"url":3099,"score":3100},"### For what version of Nuxt UI are you suggesting this?\n\nv2.x\n\n### Description\n\nIt would be great to be able to react to keyboard events in the table component, for example using the up and down keys to navigate and the space bar to select a row. Something like:\n```\n\u003CUTable \n ...\n @keyup.up=\"hoverPrevRow\"\n @keyup.down=\"hoverNextRow\"\n @keyup.space=\"selectRow\"\n ...\n/>\n```\nThis will help users operate data tables more efficiently.\n\n### Additional context\n\n_No response_",[3091,3092,3093,3094],{"name":3062,"color":3063},{"name":3027,"color":3028},{"name":3081,"color":3082},{"name":3095,"color":3082},"stale",2851,"UTable keyboard events","2025-06-18T09:05:23Z","https://github.com/nuxt/ui/issues/2851",0.7303808,{"description":3102,"labels":3103,"number":3106,"owner":3030,"repository":3031,"state":3067,"title":3107,"updated_at":3108,"url":3109,"score":3110},"### Environment\n\n- nuxt 3.14.\n- nuxt/ui alpha.10\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.10\n\n### Reproduction\n\nadd to nuxt.config.ts\n\ntypescript: {\n typeCheck: true\n },\n\n### Description\n\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3104,3105],{"name":3021,"color":3022},{"name":3024,"color":3025},2974,"vue-tsc error: This condition will always return true since this function is always defined (Progress.vue)","2024-12-25T11:01:39Z","https://github.com/nuxt/ui/issues/2974",0.7310363,{"description":3112,"labels":3113,"number":3116,"owner":3030,"repository":3031,"state":3067,"title":3117,"updated_at":3118,"url":3119,"score":3120},"### Environment\n\n- Operating System: Darwin\n- Node Version: v18.20.6\n- Nuxt Version: 3.15.4\n- CLI Version: 3.21.1\n- Nitro Version: 2.10.4\n- Package Manager: yarn@1.22.22\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.13\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/modest-agnesi-drlrh4?file=%2Fapp%2Fpages%2Findex.vue%3A24%2C24\n\n### Description\n\nWhen I close a `UDrawer` that I opened via an action from a `UDropdownMenu`, the style on my \u003Cbody> tag still contains `overflow: hidden` and `user-select: none`, which prevents interaction with the page.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3114,3115],{"name":3021,"color":3022},{"name":3024,"color":3025},3406,"User interaction lock after a Drawer/DropdownMenu","2025-02-27T20:57:27Z","https://github.com/nuxt/ui/issues/3406",0.7369646,{"description":3122,"labels":3123,"number":3128,"owner":3030,"repository":3031,"state":3067,"title":3129,"updated_at":3130,"url":3131,"score":3132},"### Environment\n\n- Operating System: Darwin\n- Node Version: v18.20.3\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.17.2\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.8.2\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/eslint@0.6.2, @nuxt/fonts@0.10.3, @nuxt/ui@2.20.0, @vueuse/nuxt@12.0.0\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.13.2\n\n### Reproduction\n\n1. Use this template: https://github.com/nuxt-ui-pro/dashboard\n2. Run the app (npm run dev) (or run the demo: https://dashboard-template.nuxt.dev/)\n3. Open devtools and toggle device toolbar\n4. Click on the menu icon and then the nuxt text on the top. \n5. It is buggy because the hover mode is not taking into account the touch device input.\n\n\n\n\n### Description\n\nI use the template from https://github.com/nuxt-ui-pro/dashboard and tested it on mobile.\nThe component UDropdown has a mode of 'hover'. This however breaks the interaction on mobile/touch devices.\n\n\u003CUDropdown v-slot=\"{ open }\" mode=\"hover\" :items=\"[teams, actions]\" class=\"w-full\" :ui=\"{ width: 'w-full' }\"\n :popper=\"{ strategy: 'absolute' }\">\n\nThis is reproduced in the devtools using the mobile emulator, as well as your own device (ios).\n\n### Additional context\n\nI believe this to be a bug since an example should be working properly on all devices without workarounds.\n\n### Logs\n\n```shell-script\n\n```",[3124,3125,3126,3127],{"name":3021,"color":3022},{"name":3027,"color":3028},{"name":3081,"color":3082},{"name":3095,"color":3082},2989,"Dropdown with mode=\"hover\" breaks interaction on touch device","2025-06-18T09:05:08Z","https://github.com/nuxt/ui/issues/2989",0.74212086,{"description":3134,"labels":3135,"number":3139,"owner":3030,"repository":3031,"state":3067,"title":3140,"updated_at":3141,"url":3142,"score":3143},"### Environment\n\nNuxt: 3.15.0\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\nhttps://codesandbox.io/p/sandbox/lucid-shape-9kk73c\n\n### Description\n\n\nDropdownMenu actions will not work after Udrawer closed.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3136,3137,3138],{"name":3021,"color":3022},{"name":3024,"color":3025},{"name":3027,"color":3028},3067,"UDrawer UDropdownMenu actions conflict","2025-05-23T13:35:59Z","https://github.com/nuxt/ui/issues/3067",0.7497683,["Reactive",3145],{},["Set"],["ShallowReactive",3148],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fh3MSPnqcDkXAb5yttobuyGqWpoy83lTYW-r5aC_zmbw":-1},"/nuxt/ui/4636"]