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```",[2012],{"name":2013,"color":2014},"bug","d73a4a",2981,"`UForm` does not show error for multiple paths","2025-01-09T14:53:06Z","https://github.com/nuxt/ui/issues/2981",0.69213754,{"description":2021,"labels":2022,"number":2026,"owner":1991,"repository":1992,"state":2004,"title":2027,"updated_at":2028,"url":2029,"score":2030},"### For what version of Nuxt UI are you suggesting this?\n\nv2.17.0\n\n### Description\n\nI want to set styles for other elements based on the activation state of the `ULink` component, but it was unexpectedly difficult. First, I didn't find relevant content in the [documentation](https://ui.nuxt.com/components/link) of the `ULink` component. It wasn't until I found this [issue](https://github.com/nuxt/ui/issues/1718) that I learned that I could get the activation state through `v-slot={isActive}`. Secondly, I can't directly set the `data-*` attribute for the `ULink` component to save the value of isActive, because this will prompt a ts error and the rendered `a` tag will not contain attributes, so I have to add another HTML tag as a child element of the `ULink` component to indirectly add the `data-*` attribute. \n\n### Additional context\n\n_No response_",[2023],{"name":2024,"color":2025},"enhancement","a2eeef",2726,"Use `data-*` to add activation state to `ULink`","2024-12-05T13:48:55Z","https://github.com/nuxt/ui/issues/2726",0.7006909,{"description":2032,"labels":2033,"number":2035,"owner":1991,"repository":1992,"state":2004,"title":2036,"updated_at":2037,"url":2038,"score":2039},"### Description\n\nHi,\r\n\r\nI try to create a redirect link for each item in my select, but the redirect doesn't work all the time. If no item is selected, then for the first one it will select it rather than redirect the user :\r\n\r\n```vue\r\n\u003CUSelectMenu\r\n v-model=\"selected\" \r\n :options=\"contacts\" \r\n>\r\n \u003Ctemplate #option=\"{ option }\" >\r\n \u003Cspan>{{ option.name }}\u003C/span>\r\n \u003CNuxtLink :to=\"localePath({name: 'contacts-id', params: { id: option.id }})\" @click.stop>Show\u003C/NuxtLink>\r\n \u003C/template>\r\n\u003C/USelectMenu>\r\n```\r\n\r\nMuch appreciated help!\r\nThanks",[2034],{"name":1985,"color":1986},2115,"[SelectMenu] @click.stop not working on first item clicked","2024-09-11T14:48:05Z","https://github.com/nuxt/ui/issues/2115",0.71591204,{"description":2041,"labels":2042,"number":2049,"owner":1991,"repository":1991,"state":2004,"title":2050,"updated_at":2051,"url":2052,"score":2053},"See example on https://tauri.studio/en/",[2043,2046],{"name":2044,"color":2045},"documentation","5319e7",{"name":2047,"color":2048},"3.x","29bc7f",10940,"Docs: Roadmap","2023-01-19T14:37:59Z","https://github.com/nuxt/nuxt/issues/10940",0.73114026,{"description":2055,"labels":2056,"number":2059,"owner":1991,"repository":1992,"state":2004,"title":2060,"updated_at":2061,"url":2062,"score":2063},"### Description\n\nEnhance UTabs by making the tab header sticky while allowing the content area to be scrollable. This ensures better usability, keeping the tabs visible while navigating long content.\n\n### Additional context\n\n_No response_",[2057,2058],{"name":2024,"color":2025},{"name":1988,"color":1989},3329,"feat(UTabs): Sticky Tab header and Scrollable content","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/3329",0.73324454,{"description":2065,"labels":2066,"number":2073,"owner":1991,"repository":1991,"state":2004,"title":2074,"updated_at":2075,"url":2076,"score":2077},"If your company or organization is using Nuxt, we welcome you to leave your feedback, feelings, comments, impressions and suggestions here.\r\n\r\nYour comments will be a great motivation for us to improve Nuxt. We are very grateful for your replies and support.\r\n\r\n### Recommended comment format:\r\n\r\n```\r\n- Company/Organization:\r\n- Product/Project:\r\n- Link:\r\n- Impression/Suggestion:\r\n```\r\n\r\nWe'd **love** to see screenshots of your Nuxt apps. Simply attach them in your comment!\r\n\r\nPS: If you think the *docs* should be improved, please leave detailed feedback in https://github.com/nuxt/docs/issues/1078 ☺️ \r\n\r\n> Note: Unrelated messages will be deleted periodically\r\n\r\n---\r\n\r\n如果您的公司或组织正在使用Nuxt,我们欢迎您在此处留下您的反馈,感受,评论,意见和建议。\r\n\r\n您的评论将成为我们改进Nuxt的重要动力。 我们非常感谢您的回复与支持。\r\n\r\n### 推荐的评论格式:\r\n\r\n```\r\n - 公司/组织名称:\r\n - 产品/项目名称:\r\n - 链接:\r\n - 意见/建议:\r\n```\r\n\r\n我们很**希望**看到您Nuxt应用的截图。 只需在评论中附上它们即可!\r\n\r\nPS:如果任何与改进文档相关的建议,您可以在 https://github.com/nuxt/docs/issues/1078 中留下详细的反馈 ☺️\r\n\r\n> 注意:将定期删除不相关的回复\r\n\r\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\r\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/c8398\">#c8398\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2067,2070],{"name":2068,"color":2069},"good first issue","fbca04",{"name":2071,"color":2072},"2.x","d4c5f9",4681,"💻 Nuxt Users - We need you!","2023-02-06T11:25:16Z","https://github.com/nuxt/nuxt/issues/4681",0.739295,{"description":2079,"labels":2080,"number":2081,"owner":1991,"repository":2082,"state":2004,"title":2083,"updated_at":2084,"url":2085,"score":2086},"### Environment\n\nmacOS / Chrome\n\n### Reproduction\n\n1. Go https://nuxt.com/\r\n2. Press \u003Ckbd>CMD\u003C/kbd> + \u003Ckbd>K\u003C/kbd> or the Search button on the navigation bar\r\n\n\n### Describe the bug\n\nThe search input dialog does not show up\n\n### Additional context\n\nOnly not works on Chrome (or Chromium) but works on Firefox / Safari\n\n### Logs\n\n_No response_",[],1572,"nuxt.com","Nuxt offical website unable to show search dialog on Chrome","2024-05-01T15:30:11Z","https://github.com/nuxt/nuxt.com/issues/1572",0.7392987,{"description":2088,"labels":2089,"number":2101,"owner":1991,"repository":1992,"state":2004,"title":2102,"updated_at":2103,"url":2104,"score":2105},"### 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```",[2090,2091,2094,2095,2098],{"name":2013,"color":2014},{"name":2092,"color":2093},"needs reproduction","CB47CF",{"name":1988,"color":1989},{"name":2096,"color":2097},"triage","ffffff",{"name":2099,"color":2100},"closed-by-bot","ededed",3079,"Modal and slideover z-index bug","2025-03-25T02:04:49Z","https://github.com/nuxt/ui/issues/3079",0.73987216,["Reactive",2107],{},["Set"],["ShallowReactive",2110],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"oC39lIHmPJwKnRgJKuJG7llQjM0ucMHl8bL4ZiwHEEM":-1},"/nuxt/ui/2815"]