Wizard persistStepInQueryString wrong in v4

Hello, In Filament v3, i had this set on my form wizard ->persistStepInQueryString('pasul') same thing i have in v4 but looking on the url generated on v4 for that form it seems odd: in v3 it looked like ?pasul=step1 no in v4 it looks like: ?pasul=form.creativitate-cunostinte-si-experiente%3A%3Adata.step1%3A%3Awizard-step this is how i set my wizard step
Wizard::make([
Step::make('step1')->label('Creativitate, cunoştinţe şi experienţe')
->statePath('step1')
Wizard::make([
Step::make('step1')->label('Creativitate, cunoştinţe şi experienţe')
->statePath('step1')
any idea what may be wrong? or is this a bug in v4?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?