\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```",[3116,3119,3120,3123],{"name":3117,"color":3118},"bug","d73a4a",{"name":3046,"color":3047},{"name":3121,"color":3122},"typescript","3A629E",{"name":3049,"color":3050},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":3130,"labels":3131,"number":3135,"owner":3019,"repository":3052,"state":3053,"title":3136,"updated_at":3137,"url":3138,"score":3139},"### 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```",[3132,3133,3134],{"name":3030,"color":3031},{"name":3046,"color":3047},{"name":3049,"color":3050},3979,"Request to support the function of Global Config","2025-04-25T09:53:49Z","https://github.com/nuxt/ui/issues/3979",0.65960425,["Reactive",3141],{},["Set"],["ShallowReactive",3144],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fHBvUFLfjwNf54SuAdvbXJtzTcG3lSoFxIL0VF7znmMg":-1},"/nuxt/ui/2763"]