and \u003CUSelectMenu /> components render options within a fixed-height dropdown. It is complicated to deal with large datasets. When displaying large lists of options, this can lead to performance issues. Is it possible we can get something like VueUse infinite scroll?\n[https://vueuse.org/core/useinfinitescroll/#useinfinitescroll](url) ??\n\n### Additional context\n\n_No response_",[2884,2887,2888],{"name":2885,"color":2886},"duplicate","cfd3d7",{"name":2868,"color":2869},{"name":2871,"color":2872},4172,"Uselect and UselectMenu content infinite scroll","2025-05-23T13:55:50Z","https://github.com/nuxt/ui/issues/4172",0.75150555,{"description":2895,"labels":2896,"number":2902,"owner":2874,"repository":2875,"state":2876,"title":2903,"updated_at":2904,"url":2905,"score":2906},"### Description\n\nI want to allow multiple values selection in radio group, but cannot find any prop of way from the documentation\n\n### Additional context\n\n_No response_",[2897,2898,2899],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2900,"color":2901},"triage","ffffff",4143,"Multiple Value selection in radio group","2025-05-13T13:57:53Z","https://github.com/nuxt/ui/issues/4143",0.7580877,{"description":2908,"labels":2909,"number":2919,"owner":2874,"repository":2874,"state":2876,"title":2920,"updated_at":2921,"url":2922,"score":2923},"### Environment\n\nnuxt3\n\n### Reproduction\n\nnuxt3\n\n### Describe the bug\n\nnot work\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2910,2913,2916],{"name":2911,"color":2912},"3.x","29bc7f",{"name":2914,"color":2915},"pending triage","E99695",{"name":2917,"color":2918},"needs reproduction","FBCA04",22372,"the useFetch options of key not work","2023-07-28T11:06:29Z","https://github.com/nuxt/nuxt/issues/22372",0.7629448,{"description":2925,"labels":2926,"number":2929,"owner":2874,"repository":2874,"state":2876,"title":2930,"updated_at":2931,"url":2932,"score":2933},"### Describe the feature\n\n## The problem\r\n\r\nUses that need to use interceptors or anything else on `useFetch()` require to:\r\n\r\na. Create a new composable `useCustomFetch()` with the new functionality.\r\nb. Create a new compasable with `$fetch` and add the new functionality with the old.\r\nc. Modify the `useFetch()` on each call in every part of the application.\r\n\r\nAll of these scenarios could be fixed by offering the user a way to modify the `useFetch()` function _before_ its given into userland. \r\n\r\n## Solution\r\n\r\nThis could be accomplished easily by allowing the user to _replace_ the `useFetch()` composable with it' own and receive the original object. Each callback registered would be executed without order guarantee.\r\n\r\n```js\r\n// /composables/useFetch.js\r\n\r\nexport default () => {\r\n return useFetch().global(fetch => {\r\n // ...\r\n })\r\n}\r\n```\r\n\r\nThis approach fixes four things:\r\n\r\n- Doesn't replaces `useFetch()`, it extends it.\r\n- Users that already use `useFetch.js` can still use it as always.\r\n- Users that already use `useCustomFetch.js` can still use it as always.\r\n- Remove the `WARN Duplicated imports \"useFetch\", the one from \"#app\" has been ignored`\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[2927,2928],{"name":2911,"color":2912},{"name":2914,"color":2915},22778,"Allow to modify global useFetch","2023-08-24T08:25:40Z","https://github.com/nuxt/nuxt/issues/22778",0.7699548,{"description":2935,"labels":2936,"number":2940,"owner":2874,"repository":2941,"state":2876,"title":2942,"updated_at":2943,"url":2944,"score":2945},"https://volta.s3.fr-par.scw.cloud/Clean_Shot_2022_02_25_at_17_19_52_5b7648bd53.mp4\n",[2937],{"name":2938,"color":2939},"bug","ff281a",90,"nuxt.com","(UI) USelect: placeholder put in the value","2023-02-15T12:30:37Z","https://github.com/nuxt/nuxt.com/issues/90",0.7704853,{"labels":2947,"number":2950,"owner":2874,"repository":2874,"state":2876,"title":2951,"updated_at":2952,"url":2953,"score":2954},[2948,2949],{"name":2911,"color":2912},{"name":2914,"color":2915},13143,"Extending useFetch","2023-01-19T16:57:44Z","https://github.com/nuxt/nuxt/issues/13143",0.7740004,{"description":2956,"labels":2957,"number":2964,"owner":2874,"repository":2874,"state":2876,"title":2965,"updated_at":2966,"url":2967,"score":2968},"Hi @Atinux,\r\nit's good to add `dir:` `rtl` or `ltr` to Customize the Progress Bar options.\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/c1346\">#c1346\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2958,2961],{"name":2959,"color":2960},"question","cc317c",{"name":2962,"color":2963},"2.x","d4c5f9",1512,"Add direction in Progress Bar","2023-01-18T15:41:52Z","https://github.com/nuxt/nuxt/issues/1512",0.77479774,{"description":2970,"labels":2971,"number":2974,"owner":2874,"repository":2875,"state":2876,"title":2975,"updated_at":2976,"url":2977,"score":2978},"### For what version of Nuxt UI are you suggesting this?\n\nv2.x\n\n### Description\n\nCurrently, we are unable to manually trigger the searchable method. Lets assume i have one `USelectMenu` component that list all `Parent` object and a second `USelectMenu` that list all `Children` of the selected `Parent`. Currently, when the `USelectMenu` component i mounted, the search query is executed even if the parent object is not yet selected.\n\nIt would me very useful to be able to manually trigger the search query method to populate the `USelectMenu` options.\n\nIs there any alternative to do it using the current behavior ? Maybe using a `ref` or something ?\n\n### Additional context\n\n_No response_",[2972,2973],{"name":2868,"color":2869},{"name":2900,"color":2901},2882,"USelectMenu: Manually trigger the search query","2025-05-10T17:19:44Z","https://github.com/nuxt/ui/issues/2882",0.7794112,{"description":2980,"labels":2981,"number":2984,"owner":2874,"repository":2874,"state":2876,"title":2985,"updated_at":2986,"url":2987,"score":2988},"### Describe the feature\n\nHere is a reference:https://github.com/sot1986/nuxt-laravel-precognition\r\n\r\nThis package has a `useForm` function and it provide a way to custom the fetch client.\r\nIf the `useFetch` can provide something like this, that would be very nice.\r\n\r\nI have read the docs and I know I can define my own `useCustomFetch`, but I think `useFetch` is shorter and more eleganter.\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[2982,2983],{"name":2911,"color":2912},{"name":2914,"color":2915},24004,"Use custom $fetch client for useFetch","2023-10-29T04:04:47Z","https://github.com/nuxt/nuxt/issues/24004",0.7808505,["Reactive",2990],{},["Set"],["ShallowReactive",2993],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fJM903IdQyebdykqngSUdByXJWtKx0NGLsizLNZP-VrY":-1},"/nuxt/ui/3663"]