Backend Form validation example?

I'm using Filament Forms package in a Livewire component. Does anyone have a working example of how to do backend validation with Filament forms?
1 Reply
heat23.
heat23.OP5mo ago
I have this so far
#[Validate('required|min:3')]
public ?string $title = null;
public ?string $slug = null;
public ?string $content = null;
#[Validate('required|min:3')]
public ?string $title = null;
public ?string $slug = null;
public ?string $content = null;
How do I display the form errors since my view simply has this?
{{ $this->form }}
{{ $this->form }}
Want results from more Discord servers?
Add your server