Disabled() removes the field from the form state. So, if you want to show it as a form input then you’ll need to make it either readonly or use dehydrated() like you have done. Or if the appearance is less vital then you can use a Placeholder field instead.