How to validate a single field?
Is there a
->validateOnly
in filament? I want to call it using ->afterStateUpdated()
2 Replies
$livewire->validateOnly()
Like this?
Cool, I got it.
1. I fixed the instance
2. Apply it in the lifecycle
How about for array properties like Repeater?
wow, I could just do this: