\r\n \u003C/UDropdown>\r\n \u003C/template>\r\n\r\n \u003C/UTable>\r\n \u003C/li>`\r\n\r\nThis renders correctly and works wonderfully. The only issue is when I use the \"select\" feature, the two tables sometimes interact where they shouldn't. \r\n\r\nI see this happen when table 1 (that has 5 elements) when I select 2 elements from it, table 2 thinks all elements in table 2 have been selected. This probably has to do with a check to see if the number of selected elements match the number of elements in the table (to see if all elements are selected and change the select icon accordingly). However, when there are two separate tables, they should act independently. \r\n\r\nPicture for reference:\r\n\r\n\r\n\r\n### Describe the bug\r\n\r\nTables that are inside a list and are expected to behave independently are interacting with one another through the SELECT feature.\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2936,2939],{"name":2937,"color":2938},"3.x","29bc7f",{"name":2940,"color":2941},"pending triage","E99695",25135,"Table \"Select all\" gets confused when tables are inside a list","2024-01-10T14:21:12Z","https://github.com/nuxt/nuxt/issues/25135",0.7454514,{"description":2948,"labels":2949,"number":2957,"owner":2914,"repository":2915,"state":2928,"title":2958,"updated_at":2959,"url":2960,"score":2961},"### For what version of Nuxt UI are you suggesting this?\n\nv2.x\n\n### Description\n\nMuch like in https://github.com/nuxt/ui/issues/1387, I have a need to listen for clicks on `\u003CUTable />` rows. `@select` brings you part of the way there, but doesn't make it easy to get access to the full underlying event, for example to check if the user is holding the \u003Ckey>Ctrl\u003C/key>.\n\nSimilarly, even with `@select` I can't see any easy way to focus the table rows using keyboard input. \n\n### Additional context\n\n_No response_",[2950,2951,2952,2955],{"name":2905,"color":2906},{"name":2911,"color":2912},{"name":2953,"color":2954},"closed-by-bot","ededed",{"name":2956,"color":2954},"stale",2796,"UTable row click event","2025-06-18T09:05:27Z","https://github.com/nuxt/ui/issues/2796",0.74852526,{"description":2963,"labels":2964,"number":2969,"owner":2914,"repository":2915,"state":2928,"title":2970,"updated_at":2971,"url":2972,"score":2973},"### Description\n\nHey there!\n\nI am currently doing migration of https://www.nuxt-commerce.dev/ from Nuxt UI 2->3 (it was so good experience - kudos to you!).\n\nI finished migrating almost everything apart from one thing - the Select component that has Nuxt Links inside. Basically the NuxtLink does not seem to work - the page is not changing after clicking (while the selected value is correctly updated to the clicked one. Do you know what could be the issue?\n\nThe code I use looks like this:\n\n```html\n\u003Ctemplate>\n \u003CUSelect\n v-model=\"selected\"\n value-key=\"value\"\n :items=\"selectOptions\"\n >\n {{ selected }}\n \u003Ctemplate #item=\"{ item }\">\n \u003CNuxtLink\n :to=\"`/collection/${item?.to}`\"\n >\n \u003Cp>{{ item?.value }}\u003C/p>\n \u003C/NuxtLink>\n \u003C/template>\n \u003C/USelect>\n\u003C/template>\n\n\n\u003Cscript setup lang=\"ts\">\nconst selectOptions = computed(() => {\n return props.collections?.edges.map(({ node }) => ({\n value: node.title,\n to: node.handle,\n }))\n})\n\nconst selected = ref(\n selectOptions.value?.find(\n option => route.params.handle && option.to === route.params.handle[0],\n )?.value,\n)\n\u003C/script>\n```",[2965,2968],{"name":2966,"color":2967},"question","d876e3",{"name":2908,"color":2909},3443,"Does Select work with NuxtLink/UI Link?","2025-03-04T09:18:16Z","https://github.com/nuxt/ui/issues/3443",0.74941564,{"description":2975,"labels":2976,"number":2980,"owner":2914,"repository":2914,"state":2928,"title":2981,"updated_at":2982,"url":2983,"score":2984},"Any good practical examples of code splitting in nuxt?\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c206\">#c206\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2977,2979],{"name":2966,"color":2978},"cc317c",{"name":2925,"color":2926},244,"Code splitting in nuxt","2023-01-18T15:38:39Z","https://github.com/nuxt/nuxt/issues/244",0.7503481,{"description":2986,"labels":2987,"number":2994,"owner":2914,"repository":2915,"state":2928,"title":2995,"updated_at":2996,"url":2997,"score":2998},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v18.20.7`\n- Nuxt Version: `3.14.1592`\n- CLI Version: `3.15.0`\n- Nitro Version: `2.10.4`\n- Package Manager: `yarn@1.22.22`\n- Builder: `-`\n- User Config: `default`\n- Runtime Modules: `@nuxt/ui@2.19.2`, `@artmizu/nuxt-prometheus@2.4.0`, `@nuxt/icon@1.10.3`\n- Build Modules: `-`\n\n### Version\n\nv2.21.1\n\n### Reproduction\n\nhttps://ui2.nuxt.com/components/select-menu#control-the-query\n\nTry to select `Wade` in the query input with mouse or trackpad \n\u003Cimg width=\"494\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/a0e90d62-aabb-4d40-9d8d-a6fed67fee02\" />\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```",[2988,2991,2992,2993],{"name":2989,"color":2990},"bug","d73a4a",{"name":2911,"color":2912},{"name":2953,"color":2954},{"name":2956,"color":2954},3583,"Accessibility: unable to select text in the query input of a select-menu","2025-06-18T09:01:31Z","https://github.com/nuxt/ui/issues/3583",0.7531214,{"description":3000,"labels":3001,"number":3004,"owner":2914,"repository":2915,"state":2928,"title":3005,"updated_at":3006,"url":3007,"score":3008},"### Description\n\nHey all, \n\nI'm fairly new to nuxt module authorship, and so I was wondering how one may use nuxtUI within a custom module?\nI have the module working, but none of my stylings are coming through, so I am assuming it is a configuration issue. Any guidance, links, or docs on this topic would be greatly appreciated.",[3002,3003],{"name":2966,"color":2967},{"name":2908,"color":2909},4118,"Using NuxtUI within a module","2025-05-23T13:23:04Z","https://github.com/nuxt/ui/issues/4118",0.75370437,{"description":3010,"labels":3011,"number":3013,"owner":2914,"repository":2914,"state":2928,"title":3014,"updated_at":3015,"url":3016,"score":3017},"Anyone of you can use /deep/ selector in scss tag?\r\nIn pure Vue app, we can use /deep/ selector in scss style tag like this:\r\n\r\n\u003Cstyle>\r\n.foo /deep/ .bar {\r\n background-color: red;\r\n}\r\n\u003C/style>\r\n\r\nand this piece of style will be compiled to .foo .bar { background-color: red; }\r\n\r\nHowever, for nuxt project, the style will finally be like .foo /deep/ .bar { background-color: red; }. As a result, IE 11 cannot recognize this style…\r\n\r\nAny solution there? thanks\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/c8759\">#c8759\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3012],{"name":2925,"color":2926},5139,"/deep/ selector is not working in nuxt project (for IE11)","2023-01-18T20:10:40Z","https://github.com/nuxt/nuxt/issues/5139",0.75508803,{"description":3019,"labels":3020,"number":3024,"owner":2914,"repository":2915,"state":2928,"title":3025,"updated_at":3026,"url":3027,"score":3028},"### Environment\n\n/\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.1.3\n\n### Reproduction\n\nhttps://ui.nuxt.com/components/select-menu#theme\n\n### Description\n\nSize variants should change the text size of the `empty` slot (for example, `xs` variant should change the `emtpy` text size to `xs`.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3021,3022,3023],{"name":2989,"color":2990},{"name":2908,"color":2909},{"name":2911,"color":2912},4377,"SelectMenu size does not change the `emtpy` text size","2025-06-25T14:04:07Z","https://github.com/nuxt/ui/issues/4377",0.7567534,["Reactive",3030],{},["Set"],["ShallowReactive",3033],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$faDvOHKxB_yu7m3qdQyVxYZ0jB8wMWVV4FZgF1KEh_uk":-1},"/nuxt/ui/4063"]