You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be better if the Wizard had a default submission button like this. If developers want to hide it, they could use something like ->wizardSubmitAction(false), similar to how it's done in modals with ->modalSubmitAction(false). Every time I create a Wizard, I always end up adding this same submission button, and it gets a bit tedious to import HtmlString and Blade just for that inside the submission.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I think it would be better if the Wizard had a default submission button like this. If developers want to hide it, they could use something like
->wizardSubmitAction(false)
, similar to how it's done in modals with->modalSubmitAction(false)
. Every time I create a Wizard, I always end up adding this same submission button, and it gets a bit tedious to import HtmlString and Blade just for that inside the submission.Beta Was this translation helpful? Give feedback.
All reactions