validation. In the minimal reproduction, since I provided two paths for the error, the message should appear on both fields. However, the error message only shows if only 1 path is specified.\n\n### Additional context\n\n### Logs\n\n```shell-script\n\n```",[2035],{"name":2036,"color":2037},"bug","d73a4a",2981,"closed","`UForm` does not show error for multiple paths","2025-01-09T14:53:06Z","https://github.com/nuxt/ui/issues/2981",0.72010666,{"description":2045,"labels":2046,"number":2058,"owner":1991,"repository":1992,"state":2039,"title":2059,"updated_at":2060,"url":2061,"score":2062},"### Environment\n\nNode 22\nNuxt 4\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\n1. create a modal and a slideover using useModal and useSlideover\n2. create a button **(first button**) that opens the modal with useModal()\n3. create one as well **(second button**) INSIDE! the slideover that opens the same modal with useModal()\n\n### Description\n\nNow open the modal outside the slideover with the **first button**. Thats set an index I suppose.\nBut now if you open the slideover and click the **second button** which opens the same modal, it appears behind the slideover.\n\nBut if you reload the page, open the slideover first and then press the second button without ever pressing the first button to open the modal it appears infront.\n\n### Additional context\n\n\n\n\n\n### Logs\n\n```shell-script\n\n```",[2047,2048,2051,2052,2055],{"name":2036,"color":2037},{"name":2049,"color":2050},"needs reproduction","CB47CF",{"name":1988,"color":1989},{"name":2053,"color":2054},"triage","ffffff",{"name":2056,"color":2057},"closed-by-bot","ededed",3079,"Modal and slideover z-index bug","2025-03-25T02:04:49Z","https://github.com/nuxt/ui/issues/3079",0.7350828,{"description":2064,"labels":2065,"number":2067,"owner":1991,"repository":1992,"state":2039,"title":2068,"updated_at":2069,"url":2070,"score":2071},"### Description\n\nWhen using `USelectMenu` component (v2) with `multiple`, would it be possible to have a new prop to pass a translated string for this line: https://github.com/nuxt/ui/blob/ede7d7c2b7009c375dee491619c9f1c26f90eb6a/src/runtime/components/forms/SelectMenu.vue#L387\n\n### Additional context\n\n\n",[2066],{"name":2005,"color":2006},2333,"[USelectMenu] translate \"selected\" string","2025-01-15T11:12:15Z","https://github.com/nuxt/ui/issues/2333",0.7360933,{"description":2073,"labels":2074,"number":2078,"owner":1991,"repository":1992,"state":2039,"title":2079,"updated_at":2080,"url":2081,"score":2082},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.9.0\n- Nuxt Version: 3.14.159\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.1.0\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.8, @nuxtjs/i18n@9.0.0-rc.2, @nuxt/content@2.13.4, @nuxtjs/device@3.2.4\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.8\n\n### Reproduction\n\n```\n\u003CUForm\n :state=\"state\"\n :schema=\"schema\"\n class=\"space-y-3\"\n @submit=\"submit\"\n >\n \u003CUFormField\n name=\"text\"\n >\n \u003CUTextarea\n v-model=\"state.text\"\n class=\"w-full\"\n :rows=\"6\"\n size=\"xl\"\n />\n \u003C/UFormField>\n \u003CUFormField\n v-if=\"!authUser\"\n name=\"email\"\n :label=\"$t('label.email')\"\n >\n \u003CUInput\n v-model=\"state.email\"\n icon=\"i-solar-letter-bold-duotone\"\n :placeholder=\"$t('placeholder.enter_email')\"\n @update:model-value=\"state.email = $event || null\"\n />\n \u003C/UFormField>\n \u003CUButton\n block\n type=\"submit\"\n :loading=\"isLoading\"\n :label=\"$t('button.submit')\"\n />\n \u003C/UForm>\n```\n\n### Description\n\nWhy if get error from backend `UForm` set all inputs attr disabled?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2075,2076,2077],{"name":2036,"color":2037},{"name":2049,"color":2050},{"name":1988,"color":1989},2612,"if get error from backend `UForm` set all inputs attr disabled","2024-11-13T09:00:48Z","https://github.com/nuxt/ui/issues/2612",0.7505068,{"description":2084,"labels":2085,"number":2088,"owner":1991,"repository":1992,"state":2039,"title":2089,"updated_at":2090,"url":2091,"score":2092},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.15.0\n- Nuxt Version: 3.15.4\n- CLI Version: 3.21.1\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.7.0\n- Builder: -\n- User Config: devtools, modules, gtag, runtimeConfig, mdc, app, nitro, serverMiddleware, css, ui, future, compatibilityDate\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.10, @nuxt/eslint@1.0.1, @nuxtjs/mdc@0.13.5, @vueuse/nuxt@12.5.0, nuxt-gtag@3.0.2\n- Build Modules: -\n\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\nhttps://codesandbox.io/p/devbox/epic-cdn-6dgx4q \n\n### Description\n\ncode here:\n```vue\n\u003Ctemplate>\n \u003CUTooltip text=\"Copy\">\n \u003CUButton color=\"neutral\" variant=\"ghost\" size=\"xs\" icon=\"i-lucide-copy\" />\n \u003C/UTooltip>\n \u003CUTooltip text=\"Delete\">\n \u003CUButton color=\"neutral\" variant=\"ghost\" size=\"xs\" icon=\"i-lucide-trash-2\" />\n \u003C/UTooltip>\n \u003CUDropdownMenu size=\"sm\" :items=\"exportItems\">\n \u003CUTooltip text=\"Export as...\">\n \u003CUButton color=\"neutral\" variant=\"ghost\" size=\"xs\" icon=\"i-lucide-file-down\" />\n \u003C/UTooltip>\n \u003C/UDropdownMenu>\n\u003C/template>\n\u003Cscript setup>\n const exportItems = [\n [\n {\n label: 'Export as...',\n type: 'label'\n },\n ],\n [\n {\n label: 'Markdown',\n onSelect () {\n \n }\n },\n {\n label: 'Plain Text',\n onSelect () {\n \n }\n },\n ]\n]\n\u003C/script>\n```\nin this case, UDropdownMenu can not work, if remove UTooltip element, it works.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2086,2087],{"name":2036,"color":2037},{"name":1988,"color":1989},3339,"DropdownMenu cannot be nested with Tooltip components","2025-02-19T15:23:15Z","https://github.com/nuxt/ui/issues/3339",0.75982624,{"description":2094,"labels":2095,"number":2098,"owner":1991,"repository":1992,"state":2039,"title":2099,"updated_at":2100,"url":2101,"score":2102},"### Description\n\nIs 'Type a command or search...' really suitable in an English context?\nToday, while deploying a new version of the docs, I hesitated when I saw this phrase in the search bar. In Chinese, the direct translation of 'Type a command or search...' feels quite strange in this context, as if it’s asking the user whether they want to enter a command or perform a search.\nThis phrase sounds unnatural in Chinese. A more appropriate translation might be: \"请输入内容进行搜索...\" (Enter content to search...).\n\n",[2096,2097],{"name":1985,"color":1986},{"name":1988,"color":1989},3276,"Regarding the Appropriateness of Translating 'Type a command or search...'","2025-02-09T10:38:48Z","https://github.com/nuxt/ui/issues/3276",0.76071984,["Reactive",2104],{},["Set"],["ShallowReactive",2107],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"DhtbkbDXztDivrEa5jtDV4amdvZLqTuHy1hlJKXoQiE":-1},"/nuxt/ui/2405"]