© 2026 Hedgehog Software, LLC
TextInput::make('title') ->required(fn (string $operation) => $operation === 'create') ->rules(fn (string $operation): array => $operation === 'create' ? ['your-rules'] : [])