FilamentF
Filament11mo ago
Mike

`validationMessages` not working via `validateOnly`

I have a form that uses validationMessages to customise validation messages returned to the user. These messages only appear to work when the form is validated via getState, never through validateOnly.

I am using the updated hook, and the same issue happens when I use
afterStateUpdated
on components.

Has anyone else bumped into this and is there a way to revolve it? Should I open an issue?
image.png
Was this page helpful?