From afe614726ba4311ce64b6ef6b520d1b9ee6f4b7f Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Thu, 13 Mar 2025 14:45:31 +0100 Subject: [PATCH] removed fallback to attribute name on placeholder (#38005) (#38034) fixes: #37911 Signed-off-by: Erik Jan de Wit (cherry picked from commit 0f48315279ff7c7577b8eefe1b0c0ba7b8b0fd20) --- js/libs/ui-shared/src/user-profile/TextComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/ui-shared/src/user-profile/TextComponent.tsx b/js/libs/ui-shared/src/user-profile/TextComponent.tsx index e7b0f212cfa..7a819c5ea3b 100644 --- a/js/libs/ui-shared/src/user-profile/TextComponent.tsx +++ b/js/libs/ui-shared/src/user-profile/TextComponent.tsx @@ -23,7 +23,7 @@ export const TextComponent = (props: UserProfileFieldProps) => { : label( props.t, attribute.annotations?.["inputTypePlaceholder"] as string, - attribute.name, + "", attribute.annotations?.[ "inputOptionLabelsI18nPrefix" ] as string,