mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-07 15:41:29 -05:00
change readonly to disabled so that it differs from a normal field (#39016)
fixes: #38934 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@ export const TextComponent = (props: UserProfileFieldProps) => {
|
||||
] as string,
|
||||
)
|
||||
}
|
||||
readOnly={attribute.readOnly}
|
||||
isDisabled={attribute.readOnly}
|
||||
isRequired={isRequired}
|
||||
{...form.register(fieldName(attribute.name))}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user