Hide helperText in ViewMode

Is it possible to hide the helper text in View Resource only and show in Edit Resource? I have this field defined in Main Resource.
No description
1 Reply
LeandroFerreira
->helperText(fn (string $operation): ?string => $operation === 'edit' ? 'helper text...' : null)
->helperText(fn (string $operation): ?string => $operation === 'edit' ? 'helper text...' : null)