\n\n \u003Ctemplate #panel>\n \u003CRegioloketPreview \n :data=\"row\"\n />\n \u003C/template>\n \u003C/UPopover>\n \u003C/template>\n\n```\n\n",[2904,2907],{"name":2905,"color":2906},"question","d876e3",{"name":2908,"color":2909},"stale","ededed",2435,"nuxt","ui","open","@hover event for UTable rows","2025-02-14T01:58:49Z","https://github.com/nuxt/ui/issues/2435",0.7603816,{"description":2919,"labels":2920,"number":2925,"owner":2911,"repository":2912,"state":2926,"title":2927,"updated_at":2928,"url":2929,"score":2930},"### Description\n\nHello. Recently I encountered some weird tooltip positioning problems. I use quite a few of tooltips on various places, sometimes nested in accordions. I had a problem to this day, that I managed to solve by setting the UTooltips `popper.strategy` to `absolute` instead of default `fixed`. When using stragegy `fixed`, the tooltip did not render at the correct place, but several (hundred) pixels away, as shown at first screenshot. The correct position of the tooltip should be just below the H3 button, that I was hovering on. \r\n\r\n\r\nAdding insult to injury, it got even worse when I scrolled down.\r\n\r\n\r\nI was just wondering, what caused this issue? Could it be that the component in question was rendered inside an accordion? I did not get this issue when rendering the same component outside of accordion, so I suppose its that. The last thing I want to ask is whether the `absolute` strategy brings some limitations? I checked throughout the application, but I didn't find any problematic places.\r\n\r\nThanks for any answers and awesome work you guys are putting into this project.",[2921,2922],{"name":2905,"color":2906},{"name":2923,"color":2924},"wontfix-v2","ffffff",1737,"closed","Tooltip positioning problems","2025-03-28T17:58:46Z","https://github.com/nuxt/ui/issues/1737",0.7404404,{"labels":2932,"number":2936,"owner":2911,"repository":2911,"state":2926,"title":2937,"updated_at":2938,"url":2939,"score":2940},[2933],{"name":2934,"color":2935},"2.x","d4c5f9",6551,"add new favicon","2023-01-18T21:49:16Z","https://github.com/nuxt/nuxt/issues/6551",0.74978924,{"description":2942,"labels":2943,"number":2945,"owner":2911,"repository":2912,"state":2926,"title":2946,"updated_at":2947,"url":2948,"score":2949},"### For what version of Nuxt UI are you asking this question?\n\nv2.x\n\n### Description\n\n### Description\nHi there,\n\nIn many of the projects I’m working on, I need to display a limited number of items in the command palette when no search is performed and show more items when a search is initiated.\n\nCurrent Issue\nThe `resultLimit` currently controls how many search results are shown, but I want to decouple the initial number of displayed items from the search result limit. Specifically, I want to:\n\n- Display 5 items by default when no search is performed.\n- Increase the number of displayed items to 20 when a search is initiated, controlled by the `resultLimit`, without affecting the initial state.\n- When attempting to conditionally control this behavior using a computed property, the feature does not work as expected.\n\n Versions\n\n@nuxt/ui: ^2.18.2\nnuxt: ^3.12.4\n\nExample\n\n```Javascript\n\u003Ctemplate>\n \u003CUCommandPalette\n command-attribute=\"title\"\n :fuse=\"{\n resultLimit: computedResultLimit\n }\"\n />\n\u003C/template>\n\n\u003Cscript setup>\nconst searchTerm = ref('');\n\nconst computedResultLimit = computed(() => {\n if (!searchTerm.value) {\n return 5;\n }\n return 20;\n});\n\u003C/script>\n```\n",[2944],{"name":2905,"color":2906},2393,"Command Palette: Specific Item Display with Conditional resultLimit Behavior","2024-10-16T09:31:26Z","https://github.com/nuxt/ui/issues/2393",0.75647163,{"description":2951,"labels":2952,"number":644,"owner":2911,"repository":2953,"state":2926,"title":2954,"updated_at":2955,"url":2956,"score":2957},"Font awesome supports tags that animate the icon\r\n\r\nspin & pulse are some examples.\r\n\r\nAnyway we can support these?\r\n\r\nThanks\r\n",[],"icon","spin, pulse, or other animations","2022-12-19T15:51:29Z","https://github.com/nuxt/icon/issues/7",0.76340586,{"description":2959,"labels":2960,"number":644,"owner":2911,"repository":2961,"state":2926,"title":2962,"updated_at":2963,"url":2964,"score":2957},"",[],"nuxt.com","`/account/teams` page","2023-02-15T12:31:35Z","https://github.com/nuxt/nuxt.com/issues/7",{"description":2966,"labels":2967,"number":2974,"owner":2911,"repository":2961,"state":2926,"title":2975,"updated_at":2976,"url":2977,"score":2978},"_Improve the design of the modules page with [Raycast](https://www.raycast.com/store) page as the main source of inspiration._\n\n### Todos\n- [ ] Create a responsive design for the modules listing page sync with the API.\n- [ ] Card are external links.\n",[2968,2971],{"name":2969,"color":2970},"design","00bd6f",{"name":2972,"color":2973},"dev","018415",1337,"Modules Page","2023-10-10T14:44:51Z","https://github.com/nuxt/nuxt.com/issues/1337",0.7646869,{"labels":2980,"number":2982,"owner":2911,"repository":2911,"state":2926,"title":2983,"updated_at":2984,"url":2985,"score":2986},[2981],{"name":2934,"color":2935},4584,"This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.","2023-01-18T20:06:18Z","https://github.com/nuxt/nuxt/issues/4584",0.76560396,{"description":2988,"labels":2989,"number":2991,"owner":2911,"repository":2911,"state":2926,"title":2992,"updated_at":2993,"url":2994,"score":2995},"\u003C!--\r\n🚨 IMPORTANT 🚨\r\n\r\nPlease use the following link to create a new issue:\r\n\r\n- 🚨 Bug report - https://bug.nuxtjs.org/ \r\n- 🙋 Feature request - https://feature.nuxtjs.org/ \r\n- 🤔 Help wanted - https://otechie.com/nuxt \r\n- ❗️ All other issues - https://cmty.nuxtjs.org/ \r\n\r\nIf your issue was not created using the app above, **it will be closed immediately**.\r\n\r\n🚨 注意事项 🚨\r\n\r\n请务必使用下述链接来创建 issue:\r\n\r\n- 🚨 Bug 提交 - https://bug.nuxtjs.org/ \r\n- 🙋 新功能提案 - https://feature.nuxtjs.org/ \r\n- 🤔 寻求帮助 - https://otechie.com/nuxt \r\n- ❗️ 其他问题 - https://cmty.nuxtjs.org/ \r\n\r\n如果 issue 不是通过上述链接进行创建, **该 issue 会被系统自动关闭**\r\n-->\r\n\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c9469\">#c9469\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2990],{"name":2934,"color":2935},6049,"去掉 hash","2023-01-18T20:30:26Z","https://github.com/nuxt/nuxt/issues/6049",0.7670352,{"description":2997,"labels":2998,"number":3007,"owner":2911,"repository":2912,"state":2926,"title":3008,"updated_at":3009,"url":3010,"score":3011},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.18.0\n- Nuxt Version: 3.16.2\n- CLI Version: 3.24.0\n- Nitro Version: 2.11.8\n- Package Manager: pnpm@9.12.3\n- Builder: -\n- User Config: ssr, modules, devtools, spaLoadingTemplate, future, runtimeConfig, colorMode, ui, css, app, routeRules, plausible, $production, $development, sourcemap, sentry, compatibilityDate\n- Runtime Modules: @sentry/nuxt/module@9.10.1, @nuxt/ui-pro@3.0.2, @nuxt/content@3.4.0, @nuxt/image@1.10.0, @vueuse/nuxt@13.0.0, @nuxt/scripts@0.11.5, @nuxtjs/plausible@1.2.0\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.2\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/keen-cannon-s6mnt5?file=%2Fapp%2Fpages%2Findex.vue%3A4%2C14\n\n### Description\n\nI'm encountering an issue with the `loading-auto` prop on `\u003CUButton>` when the button is placed outside the `\u003CUForm>` and uses the `form` attribute to link to the form.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2999,3002,3005],{"name":3000,"color":3001},"bug","d73a4a",{"name":3003,"color":3004},"v3","49DCB8",{"name":3006,"color":2924},"triage",3856,"`loading-auto` attribute not working when `\u003CUButton>` is outside the form with `form` attribute","2025-04-12T15:54:22Z","https://github.com/nuxt/ui/issues/3856",0.76829106,["Reactive",3013],{},["Set"],["ShallowReactive",3016],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fb7xFOKzGmXqqET8eO0gArU6nSFsgN0Bgfi8Id7xHHLI":-1},"/nuxt/ui/2090"]