\n \u003C/template>\n\u003C/UModal>\n```\n\n\n### Description\n\nselect menu's search input always autofocus inside modal, even when the autofocus is set to false.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2888,2889,2890],{"name":2877,"color":2878},{"name":2860,"color":2861},{"name":2863,"color":2864},3933,"SelectMenu's autofocus doesn't work inside Modal","2025-04-19T06:22:26Z","https://github.com/nuxt/ui/issues/3933",0.7379075,{"description":2897,"labels":2898,"number":2902,"owner":2866,"repository":2866,"state":2903,"title":2904,"updated_at":2905,"url":2906,"score":2907},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.18.0\r\n- Nuxt Version: 3.10.2\r\n- CLI Version: 3.10.1\r\n- Nitro Version: 2.8.1\r\n- Package Manager: npm@10.2.3\r\n- Builder: -\r\n- User Config: devtools\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-ftrxnd?file=pages%2Ffetch.vue\r\n\r\n### Describe the bug\r\n\r\nWhile playing around using `useRouteQuery` composable fromVueUse library, I have noticed different behaviour watching the `ref` retrieved from `useRouteQuery` when using it with `useFetch` vs `useAsyncData`.\r\nWhenever `useAsyncData` is used to call the API and `ref` from `useRouteQuery` is listed inside `watch` array, API is being called only once whenever ref value changes. As expected.\r\nBut it is different with `useFetch`, where whenever `ref` value updates, there are two API calls made where one is cancelled by dedupe.\r\n\r\nI have prepared reproduction with two different pages, each for different implementation where behaviour can be observed.\r\nI would assume it has to do with `ref` being updated twice because URL query sync, but I am not sure why it differs.\r\n\r\nAlso I am aware of https://github.com/nuxt/nuxt/issues/24788 but trying to use vueuse implementation as of now.\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2899],{"name":2900,"color":2901},"pending triage","E99695",25852,"closed","`useAsyncData` watch vs `useFetch` watch with `useRouteQuery` ref","2025-04-02T12:46:45Z","https://github.com/nuxt/nuxt/issues/25852",0.70990926,{"description":2909,"labels":2910,"number":2913,"owner":2866,"repository":2867,"state":2903,"title":2914,"updated_at":2915,"url":2916,"score":2917},"### Description\n\nIt's shorter and can save traffic.\n\n### Additional context\n\n_No response_",[2911,2912],{"name":2857,"color":2858},{"name":2860,"color":2861},3250,"Use `foo-(--bar)` instead of `foo-[var(--bar)]` for tailwindcss classes","2025-02-07T10:24:17Z","https://github.com/nuxt/ui/issues/3250",0.72569937,{"description":2919,"labels":2920,"number":2924,"owner":2866,"repository":2867,"state":2903,"title":2925,"updated_at":2926,"url":2927,"score":2928},"### Description\n\nI want to use a UVerticalNavigation component however I want to manage my self who should be active since:\n\n- I don't have any to params\n- I want to stay on the same page but triggering my function on click\n\n\nEg:\n\n```\n \u003CUVerticalNavigation :links=\"links\" >\n \u003C/UVerticalNavigation>\n\n\n const links = [\n {\n label: 'Inbox',\n icon: 'i-heroicons-home',\n click: () => selectFolder('inbox'),\n active: activeFolder.value == 'inbox',\n }, {\n label: 'Drafts',\n icon: 'i-heroicons-pencil',\n click: () => selectFolder('drafts'),\n active: activeFolder.value == 'drafts'\n }, {\n label: 'Outbox',\n icon: 'i-heroicons-envelope',\n click: () => selectFolder('outbox'),\n active: activeFolder.value == 'outbox'\n }, {\n label: 'Sent',\n icon: 'i-heroicons-paper-airplane',\n click: () => selectFolder('sent'),\n active: activeFolder.value == 'sent'\n }, {\n label: 'Spam',\n icon: 'i-heroicons-exclamation-triangle',\n click: () => selectFolder('spam'),\n active: activeFolder.value == 'spam'\n }, {\n label: 'All mails',\n icon: 'i-heroicons-inbox-stack',\n click: () => selectFolder('all'),\n active: activeFolder.value == 'all'\n }\n ]\n\n```\n\nI tried using the activeFOlder.value but it's not updating upon the value change\n\nThank you!\n",[2921],{"name":2922,"color":2923},"question","d876e3",3351,"UVerticalNavigation Active","2025-02-19T05:51:40Z","https://github.com/nuxt/ui/issues/3351",0.72729605,{"description":2930,"labels":2931,"number":2935,"owner":2866,"repository":2867,"state":2903,"title":2936,"updated_at":2937,"url":2938,"score":2939},"### Description\n\nWould it be possible to override the current button in a USelectMenu, similar to how it works in a UDropdownMenu?\n\nExample:\n```\n\u003CUSelectMenu>\n\u003CUButton/>\n\u003C/USelectMenu>\n```\n\n### Additional context\n\n_No response_",[2932,2933,2934],{"name":2857,"color":2858},{"name":2860,"color":2861},{"name":2863,"color":2864},3590,"USelectMenu: Allow to override default button","2025-04-08T10:21:54Z","https://github.com/nuxt/ui/issues/3590",0.72778714,{"description":2941,"labels":2942,"number":2945,"owner":2866,"repository":2867,"state":2903,"title":2946,"updated_at":2947,"url":2948,"score":2949},"https://www.radix-vue.com/components/select.html#scrollupbutton",[2943,2944],{"name":2857,"color":2858},{"name":2860,"color":2861},2145,"[Select] Handle scroll buttons","2025-04-21T20:05:00Z","https://github.com/nuxt/ui/issues/2145",0.7279337,{"description":2951,"labels":2952,"number":2957,"owner":2866,"repository":2867,"state":2903,"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\nWhen validating an object, a FormGroup does not display validations of specific properties (at least not with details).\n\nWould it make sense for the name `myobj` to display errors from anything that looks like `myobj\\..*` ? it could show all of them, each on a newline.\n\n### Additional context\n\nhttps://github.com/nuxt/ui/issues/1898",[2953,2954,2956],{"name":2857,"color":2858},{"name":2955,"color":2864},"wontfix-v2",{"name":2860,"color":2861},2569,"Display zod validation errors based on prefix","2024-11-11T18:28:09Z","https://github.com/nuxt/ui/issues/2569",0.73001325,{"description":2963,"labels":2964,"number":2967,"owner":2866,"repository":2968,"state":2903,"title":2969,"updated_at":2970,"url":2971,"score":2972},"https://volta.s3.fr-par.scw.cloud/Screenshot_2022_04_26_at_15_17_43_ca013064d2.mp4\n",[2965],{"name":2877,"color":2966},"ff281a",407,"nuxt.com","`CMD+B` in editor should not open the branch modal","2022-04-26T14:28:31Z","https://github.com/nuxt/nuxt.com/issues/407",0.7313391,["Reactive",2974],{},["Set"],["ShallowReactive",2977],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fMAHlv0vzMjuvFJKvL2npbIuZysKWrZkCWt2-K8HYSxI":-1},"/nuxt/icon/359"]