Filament v4 preventing Wizard submit on enter
https://github.com/filamentphp/filament/issues/13779
I want to see if I can create a Wizard that does not submit when the user hits enter on any step. Did anyone figure it out? What should I add or change in my wizard? Right now hitting enter on the first step tries to call
create
.
Solution:Jump to solution
Think I got it, it only works when using HasWizard, not with Components\Wizard https://filamentphp.com/docs/4.x/resources/creating-records#using-a-wizard
2 Replies
https://github.com/filamentphp/filament/pull/15658 Did anyone figure out how to use these individual forms for wizard steps? I am quite bad at reading source code 🙈
Solution
Think I got it, it only works when using HasWizard, not with Components\Wizard https://filamentphp.com/docs/4.x/resources/creating-records#using-a-wizard