\n// will trigger typescript error on v-model\n\u003CUSelectMenu\n v-model=\"memberForm.user\"\n :items=\"addableUsers\"\n label-key=\"email\"\n :value-key=\"undefined\"\n/>\n// will work but i need to handle label display manually using slot\n\u003CUSelectMenu\n v-model=\"memberForm.user\"\n :items=\"addableUsers\"\n/>\n```\n\n### Description\n\nI'm currently migrate my project to NuxtUi V3 and I have some issues with `\u003CUInputMenu />` and `\u003CUSelectMenu />`. On my selects I want to retrieve the full object selected so I don't set `value-key` but for display purpose I use the `label-key` props, however when I do this I get this typescript error on the `v-model` :\n```\nUnable to assign type 'User | undefined' to type 'string | undefined'.\nUnable to assign type 'User' to type 'string'. ts-plugin(2322)\n```\nAfter some research, I think the `label-key` alter the `value-key` type and that's what triggers the error.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2954,2957,2958,2961],{"name":2955,"color":2956},"bug","d73a4a",{"name":2884,"color":2885},{"name":2959,"color":2960},"typescript","3A629E",{"name":2887,"color":2888},3670,"v-model typescript error when using label-key InputMenu/SelectMenu","2025-03-24T20:38:15Z","https://github.com/nuxt/ui/issues/3670",0.6415113,{"description":2968,"labels":2969,"number":2973,"owner":2857,"repository":2890,"state":2891,"title":2974,"updated_at":2975,"url":2976,"score":2977},"### Description\n\nSome components like `Icon`, `Tooltip`, it is hoped that some default values of props can be set globally.\nFor example:\n\n`\u003CUIcon mode=\"svg\" />`, Or the placement of Tooltip(`content` prop)\n\nIf these props can be globally configured, there is no need to reconfigure them when each component is used.\n\n### Additional context\n\nThe possible API is like this:\n\n```vue\n\u003Ctemplate>\n \u003CUApp :config=\"config\">\n \u003C/Uapp>\n\u003C/template>\n\u003Cscript setup>\nconst config = {\n icon: {\n mode: 'svg'\n }\n}\n\u003Cscript>\n```",[2970,2971,2972],{"name":2868,"color":2869},{"name":2884,"color":2885},{"name":2887,"color":2888},3979,"Request to support the function of Global Config","2025-04-25T09:53:49Z","https://github.com/nuxt/ui/issues/3979",0.65960425,["Reactive",2979],{},["Set"],["ShallowReactive",2982],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fHBvUFLfjwNf54SuAdvbXJtzTcG3lSoFxIL0VF7znmMg":-1},"/nuxt/ui/2763"]