\n\u003C/template>\n```\n\n### Description\n\nWhen using the `USlider` component to render more than 100 `SliderThumbs`, the following error occurs:\n\n```\nUncaught (in promise) Maximum recursive updates exceeded in component \u003CSliderThumb>.\n```\n\nThis error seems to happen due to recursive reactive updates when the number of slider thumbs exceeds a certain limit.\n\n**Steps to Reproduce:**\n\n1. Create a Nuxt 3 project.\n2. Install Nuxt UI 3.\n3. Add the following code to a component:\n\n```vue\n\u003Cscript setup lang=\"ts\">\nimport { range } from 'lodash';\nimport { ref } from 'vue';\n\nconst value = ref(range(100)); // 100 sliders\n\u003C/script>\n\n\u003Ctemplate>\n \u003CUSlider v-model=\"value\" />\n\u003C/template>\n```\n\n4. Run the project and attempt to render the component.\n\n**Expected Result:**\nThe `USlider` component should render more than 100 `SliderThumbs` without any errors.\n\n**Actual Result:**\nThe following error is shown in the browser console, and the application fails to work properly:\n\n```\nUncaught (in promise) Maximum recursive updates exceeded in component \u003CSliderThumb>.\n```\n\n### Additional context\n\n- This issue seems to be caused by recursive reactive updates within the `USlider` component.\n- No documented limitations regarding the number of `SliderThumbs` were found in the Nuxt UI 3 documentation.\n\n### Logs\n\n```shell-script\n\n```",[1984,1987,1990],{"name":1985,"color":1986},"bug","d73a4a",{"name":1988,"color":1989},"v3","49DCB8",{"name":1991,"color":1992},"triage","ffffff",3174,"nuxt","ui","open","`USlider`: Maximum recursive updates exceeded with more than 100 SliderThumbs","2025-01-25T10:51:38Z","https://github.com/nuxt/ui/issues/3174",0.7212353,{"description":2002,"labels":2003,"number":2010,"owner":1994,"repository":1995,"state":1996,"title":2011,"updated_at":2012,"url":2013,"score":2014},"### For what version of Nuxt UI are you asking this question?\n\nv2.x\n\n### Description\n\nI'm wondering if there is an event (similar to ``@select``) for hovering over a table row?\n\nI want to show a popover panel upon hovering over a row\n\nMy current workaround is to insert an action column, and wrap it in a ``UPopover`` component. But preferably, the entire row should act as a trigger\n\nAny suggestions?\n\n```\n\u003Ctemplate #preview-data=\"{ row }\">\n \u003CUPopover \n mode=\"hover\" \n :open-delay=\"300\" \n :disabled=\"isMounted && !grid.sm\"\n :ui=\"{\n ring: 'dark:ring-gray-700'\n }\"\n >\n \u003CUButton icon=\"i-heroicons-identification-20-solid\" color=\"purple\" square />\n\n \u003Ctemplate #panel>\n \u003CRegioloketPreview \n :data=\"row\"\n />\n \u003C/template>\n \u003C/UPopover>\n \u003C/template>\n\n```\n\n",[2004,2007],{"name":2005,"color":2006},"question","d876e3",{"name":2008,"color":2009},"stale","ededed",2435,"@hover event for UTable rows","2025-02-14T01:58:49Z","https://github.com/nuxt/ui/issues/2435",0.77172476,{"description":2016,"labels":2017,"number":2021,"owner":1994,"repository":1995,"state":1996,"title":2022,"updated_at":2023,"url":2024,"score":2025},"### Environment\n\nNA\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n\"3.0.0-alpha.9\",\n\n### Reproduction\n\nthe UAccordion component triggers a semantic HTML error for each \"dropdown / accordion\" that there is in it.\n\n# 3 dropdowns:\n\n\n\n\n\n\n\n----\n\n# duplicate the accordion (so now 6 dropdowns)\n\n\n\n\n\n\n\n\n\n\n### Description\n\nthe UAccordion component triggers a semantic HTML error for each \"dropdown / accordion\" that there is in it.\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2018,2019,2020],{"name":1985,"color":1986},{"name":1988,"color":1989},{"name":1991,"color":1992},2782,"UAccordion semantic HTML errors","2024-11-27T04:21:09Z","https://github.com/nuxt/ui/issues/2782",0.7784855,{"description":2027,"labels":2028,"number":2032,"owner":1994,"repository":1995,"state":2033,"title":2034,"updated_at":2035,"url":2036,"score":2037},"### 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.",[2029,2030],{"name":2005,"color":2006},{"name":2031,"color":1992},"wontfix-v2",1737,"closed","Tooltip positioning problems","2025-03-28T17:58:46Z","https://github.com/nuxt/ui/issues/1737",0.7474417,{"labels":2039,"number":2043,"owner":1994,"repository":1994,"state":2033,"title":2044,"updated_at":2045,"url":2046,"score":2047},[2040],{"name":2041,"color":2042},"2.x","d4c5f9",6551,"add new favicon","2023-01-18T21:49:16Z","https://github.com/nuxt/nuxt/issues/6551",0.75732684,{"description":2049,"labels":2050,"number":2052,"owner":1994,"repository":1995,"state":2033,"title":2053,"updated_at":2054,"url":2055,"score":2056},"### 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",[2051],{"name":2005,"color":2006},2393,"Command Palette: Specific Item Display with Conditional resultLimit Behavior","2024-10-16T09:31:26Z","https://github.com/nuxt/ui/issues/2393",0.76395833,{"description":2058,"labels":2059,"number":2062,"owner":1994,"repository":2063,"state":2033,"title":2064,"updated_at":2065,"url":2066,"score":2067},"https://volta.s3.fr-par.scw.cloud/Screenshot_2022_06_30_at_14_48_35_385aaa3ce8.mp4\n",[2060],{"name":1985,"color":2061},"ff281a",742,"nuxt.com","[Editor] Emojis are adding a line break","2023-06-06T12:14:57Z","https://github.com/nuxt/nuxt.com/issues/742",0.7655461,{"description":2069,"labels":2070,"number":2062,"owner":1994,"repository":2074,"state":2033,"title":2075,"updated_at":2076,"url":2077,"score":2067},"### Environment\n\n------------------------------\r\n- Operating System: Darwin\r\n- Node Version: v16.18.1\r\n- Nuxt Version: 2.15.8\r\n- CLI Version: 3.10.0\r\n- Nitro Version: -\r\n- Package Manager: yarn@1.22.19\r\n- Builder: webpack\r\n- User Config: -\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nimport this package from another package, and it will complain it cannot find it.\n\n### Describe the bug\n\nIt is missing the \"main\" key in package.json, hence I get `Cannot find module '@nuxt/test-utils'` error.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2071],{"name":2072,"color":2073},"pending triage","5D08F5","test-utils","Missing \"main\" in package.json","2024-02-15T12:33:48Z","https://github.com/nuxt/test-utils/issues/742",{"description":2079,"labels":2080,"number":2082,"owner":1994,"repository":1994,"state":2033,"title":2083,"updated_at":2084,"url":2085,"score":2086},"\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>",[2081],{"name":2041,"color":2042},6049,"去掉 hash","2023-01-18T20:30:26Z","https://github.com/nuxt/nuxt/issues/6049",0.77084357,{"description":2088,"labels":2089,"number":2093,"owner":1994,"repository":1995,"state":2033,"title":2094,"updated_at":2095,"url":2096,"score":2097},"### 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```",[2090,2091,2092],{"name":1985,"color":1986},{"name":1988,"color":1989},{"name":1991,"color":1992},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.776097,["Reactive",2099],{},["Set"],["ShallowReactive",2102],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"b7xFOKzGmXqqET8eO0gArU6nSFsgN0Bgfi8Id7xHHLI":-1},"/nuxt/ui/2090"]