No property found for validation
Hi
I'm dynamically building a wizard, it shows perfectly fine, but when I hit 'Next'
I get this error:
What did I miss ?
9 Replies
can you share the code?
sure...
MyFilamentWizardStep and MyFilamentWizard is custom class, that only set the view, nothing else
custom page, right?
Did you add this?
Do you have the properties on the class?
Probaly not. You should prefix them also or use
statePath('data')
to write them to a data property.form builder
missing $this->form->fill(); was the issue, thanks
You should also register the properties as Dennis said or use https://filamentphp.com/docs/2.x/forms/getting-started#scoping-form-data-to-an-array-property
Filament
Getting started - Form Builder - Filament
The elegant TALL stack form builder for Laravel artisans.