\n\u003C/template>\n\n```\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2018,2021],{"name":2019,"color":2020},"bug","d73a4a",{"name":1999,"color":2000},3069,"closed","UNavigationMenu I'm facing an issue with the collapse functionality of my nested navigation menu.","2025-01-25T12:56:13Z","https://github.com/nuxt/ui/issues/3069",0.711169,{"description":2029,"labels":2030,"number":2033,"owner":1985,"repository":1986,"state":2023,"title":2034,"updated_at":2035,"url":2036,"score":2037},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v20.10.0\n- Nuxt Version: 3.15.0\n- CLI Version: 3.17.2\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.15.1\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.9, @nuxt/eslint@0.7.4\n- Build Modules: -\n------------------------------\n\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\nRepo: https://github.com/Cyanhall/nuxt-ui-v3-demo/tree/main/demo3\n\nCode: https://github.com/Cyanhall/nuxt-ui-v3-demo/blob/main/demo3/app/components/SearchPalette.vue#L46\n\n### Description\n\nThe placeholder in UInput within UModal does not display.\n\n```vue\n\u003CUInput\n class=\"w-full mb-4\"\n size=\"sm\"\n icon=\"i-lucide-search\"\n placeholder=\"Search...\"\n>\n \u003Ctemplate #trailing>\n \u003CUKbd value=\"shift\" />\n \u003CUKbd value=\"G\" />\n \u003C/template>\n\u003C/UInput>\n```\n\u003Cimg width=\"496\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/be2e8457-b3ac-4b70-838b-2b2b7399c091\" />\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2031,2032],{"name":2019,"color":2020},{"name":1999,"color":2000},2977,"The placeholder in UInput within UModal does not display","2025-03-03T09:06:21Z","https://github.com/nuxt/ui/issues/2977",0.72807944,{"description":2039,"labels":2040,"number":2044,"owner":1985,"repository":2045,"state":2023,"title":2046,"updated_at":2047,"url":2048,"score":2049},"- [x] Move Revue contacts\n- [x] Subscribe form to contact Sendgrid API",[2041],{"name":2042,"color":2043},"enhancement","1ad6ff",1104,"nuxt.com","Migrate newsletter to SendGrid","2023-01-10T15:04:54Z","https://github.com/nuxt/nuxt.com/issues/1104",0.7324763,{"description":2051,"labels":2052,"number":2058,"owner":1985,"repository":1986,"state":2023,"title":2059,"updated_at":2060,"url":2061,"score":2062},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.14.0\n- Nuxt Version: 3.16.2\n- CLI Version: 3.24.1\n- Nitro Version: 2.11.8\n- Package Manager: yarn@1.22.19\n- Builder: -\n- User Config: app, compatibilityDate, devtools, modules, css, runtimeConfig, vuefire\n- Runtime Modules: @nuxt/ui-pro@3.0.2, nuxt-vuefire@1.0.5, @pinia/nuxt@0.10.1\n- Build Modules: -\n------------------------------\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/stupefied-lucy-jmlxr4\n\n### Description\n\nTable component is not reactive. Here's a simple example where items are added and removed. The 'num items' is updating in the view. However, the table does not remove nor add items.\n\n``` vue\n\u003Ctemplate>\n {{ data.length }} num items\n \u003CUTable :data=\"data\" />\n \u003CUButton label=\"Delete\" @click=\"deleteItem\" />\n \u003CUButton label=\"Add\" @click=\"addItem\" />\n\u003C/template>\n\n\u003Cscript setup lang=\"ts\">\nfunction deleteItem() {\n const randomIndex = Math.floor(Math.random() * data.value.length);\n data.value.splice(randomIndex, 1);\n}\n\nfunction addItem() {\n data.value.push({\n id: Math.floor(Math.random() * 10000).toString(),\n });\n}\n\nconst data = ref([\n {\n id: \"4600\",\n },\n {\n id: \"4599\",\n },\n {\n id: \"4598\",\n },\n {\n id: \"4597\",\n },\n {\n id: \"4596\",\n },\n]);\n\u003C/script>\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2053,2054,2055],{"name":2019,"color":2020},{"name":1999,"color":2000},{"name":2056,"color":2057},"triage","ffffff",3821,"Table is not reactive","2025-04-08T10:36:33Z","https://github.com/nuxt/ui/issues/3821",0.73467684,{"description":2064,"labels":2065,"number":2066,"owner":1985,"repository":2045,"state":2023,"title":2067,"updated_at":2068,"url":2069,"score":2070},"Hello,\r\n\r\nCopy button from a code block is not the same on every nuxt website. I don't know if this should be fixed in nuxt/ui or in each website.\r\n\r\nnuxt.com\r\n\r\n\r\n\r\ncontent.nuxt.com\r\n\r\n\r\n\r\nimage.nuxt.com\r\n\r\n\r\n\r\n\r\nIt seems that docs for solutions are unified but there is some minor differences with nuxt.com like the background.",[],1390,"Copy code button is not the same on every nuxt website","2023-10-23T12:52:19Z","https://github.com/nuxt/nuxt.com/issues/1390",0.7394438,{"description":2072,"labels":2073,"number":2078,"owner":1985,"repository":1986,"state":2023,"title":2079,"updated_at":2080,"url":2081,"score":2082},"### Description\n\nWhile most components support the theming props (globally via app.config and as local props) the UForm component doesn't. For consistency it'd be great if this could be added to the Form component too.\n\n### Additional context\n\n_No response_",[2074,2076,2077],{"name":2042,"color":2075},"a2eeef",{"name":1999,"color":2000},{"name":2056,"color":2057},3752,"Form Component: Support theming props","2025-04-10T19:55:39Z","https://github.com/nuxt/ui/issues/3752",0.7404186,{"description":2084,"labels":2085,"number":2089,"owner":1985,"repository":1986,"state":2023,"title":2090,"updated_at":2091,"url":2092,"score":2093},"### Description\n\nThere is currently no easy way to know what state the modal is in. Adding a `toggle` method would make life very much easier.\n\nI'm willing to make a PR\n\n### Additional context\n\n_No response_",[2086,2087,2088],{"name":2042,"color":2075},{"name":1999,"color":2000},{"name":2056,"color":2057},3720,"feat: add toogle for useOverlay","2025-04-09T15:26:14Z","https://github.com/nuxt/ui/issues/3720",0.7405544,["Reactive",2095],{},["Set"],["ShallowReactive",2098],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"OEHPcf51Zn70kbx5H-kD0lw2c1sZeg_yigeshn18dF0":-1},"/nuxt/ui/1221"]