Unique Slug (2 Columns)
I want to check the slug column and parent_id column. I pulled the old validation ruleset if that helps, but I have no idea how to do this in Filament.
4 Replies
using custom rules i guess https://filamentphp.com/docs/2.x/forms/validation#custom-rules
Filament
Validation - Form Builder - Filament
The elegant TALL stack form builder for Laravel artisans.
I just need to figure out how to get the value of the select
parent_id
instead of 0.Look up ‘closure customization’ in the docs.
Sheesh thank you!