Prevent beforeOrEqual field from comparing to empty field
See title. Is this possible without resorting to custom rules?
2 Replies
beforeOrEqual(fn ($get) => filled($get('field_name')) ? 'field_name' : null)
?beforeOrEqual(fn ($get) => filled($get('field_name')) ? 'field_name' : null)
?