Halt doesnt stop the editing proccess?
so i have a simple edit action
i want to do Unique Validation for Multiple Columns
a product cant have the same type, brand and category.
when im using the halt(), the record still updated somehow
3 Replies
you use halt on validation, so you need a custom validation rule, opposed to using ->before() then you can prevent non-unique data being saved opposed to on loading
can you show me an example to make a Unique Validation for Multiple Columns in filament?
Sorry is this using the form or tables view?
I would assume it would be part of the form to prevent that data being saved