\n\u003C/template>\n```\n\nSelectMenu does not display the label associated to the falsy value \"0\":\n\n\nThe list is populated with both values:\n\n\nThe label associated to the truthy value \"1\" is displayed as expected:\n\n\n### Description\n\nAll falsy values are not displayed anymore since v2.20.0 due to the rework of the computed `label` in the SelectMenu component.\n\nHere is the definition of this computed in `/src/runtime/components/form/SelectMenu.vue`:\n```\nconst label = computed(() => {\n if (!props.modelValue) return null\n\n if (Array.isArray(props.modelValue) && props.modelValue.length) {\n return `${props.modelValue.length} selected`\n } else if (['string', 'number'].includes(typeof props.modelValue)) {\n return props.valueAttribute ? accessor(selected.value, props.optionAttribute) : props.modelValue\n }\n\n return accessor(props.modelValue as Record\u003Cstring, any>, props.optionAttribute)\n})\n```\n\n**The component should treat `0`, `\"\"` and `false` as \"acceptable\" labelled values.**\n\nI believe the first condition should be either :\n`if(props.modelValue == null) return null` \nOr:\n`if(props.modelValue === null || props.modelValue === undefined) return null` \n\n### Additional context\n\nI will try to find some time to create a pull request if this is accepted as an issue. Not sure I can manage to do it short-term though.\n\n### Logs\n\n```shell-script\n\n```",[2044,2047],{"name":2045,"color":2046},"bug","d73a4a",{"name":1999,"color":2000},3132,"SelectMenu label not displayed for falsy values","2025-01-17T15:36:46Z","https://github.com/nuxt/ui/issues/3132",0.718351,{"description":2054,"labels":2055,"number":2058,"owner":1985,"repository":2028,"state":2059,"title":2060,"updated_at":2061,"url":2062,"score":2063},"(reported on discord) you can see by hard-reloading https://nuxt.com/modules?q=svg, for example.\r\n\r\nprobably similar to https://github.com/nuxt/nuxt.com/issues/1417",[2056],{"name":2045,"color":2057},"ff281a",1455,"closed","query parameters on module page result in hydration mismatch","2025-03-24T22:03:27Z","https://github.com/nuxt/nuxt.com/issues/1455",0.6827886,{"description":2065,"labels":2066,"number":2073,"owner":1985,"repository":1985,"state":2059,"title":2074,"updated_at":2075,"url":2076,"score":2077},"### Environment\n\nLatest\n\n### Reproduction\n\nGo into: https://v3.nuxtjs.org/api/configuration/nuxt.config\r\nGet redirect to: https://nuxt.com/docs/api/configuration/nuxt.config\r\nSee 404\r\nLinks in number 2,100 how much is impact in wild: https://github.com/search?q=api%2Fconfiguration%2Fnuxt.config&type=code\n\n### Describe the bug\n\nOpen page and not 404\r\nOnly need to add redirection proper to new documentation page (decide and add)\n\n### Additional context\n\nBig impact for newcomer and from people who insert it to navigate. When you remember then you don't need it\n\n### Logs\n\n_No response_",[2067,2070],{"name":2068,"color":2069},"3.x","29bc7f",{"name":2071,"color":2072},"pending triage","E99695",23335,"Documentation - 404s for endpoint v3.nuxtjs.org/api/configuration/nuxt.config","2023-10-11T09:58:12Z","https://github.com/nuxt/nuxt/issues/23335",0.69659567,{"description":2079,"labels":2080,"number":2087,"owner":1985,"repository":2002,"state":2059,"title":2088,"updated_at":2089,"url":2090,"score":2091},"### Description\n\nHi, \nI was removed due to a lack of 2fa, but I've remedied that. Can you please re-invite me to the UI-PRO repo?\n\nThank you!\nJim\n",[2081,2084],{"name":2082,"color":2083},"question","d876e3",{"name":2085,"color":2086},"v3","49DCB8",3887,"Can I get re-invited please? (ui-pro)","2025-04-14T14:02:03Z","https://github.com/nuxt/ui/issues/3887",0.70230824,["Reactive",2093],{},["Set"],["ShallowReactive",2096],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"wN7LFbjTAS8rZMHA-tBDHUKDO1JZZIJ1MRTQH5zyTzU":-1},"/nuxt/icon/160"]