FilamentF
Filament11mo ago
jamesro

Wizard step afterValidation get only form fields of that step only

Hello,

when i use ->afterValidation(function (array $state) {
}

on a wizard step, it will bring me complete form fields, and that's not good because each wizard step is part of a diferent entity, and those entities have some fields named the same, and I can't rename them unfortunately,

is it possible to get inside the afterValidation only fields of that step?
Was this page helpful?