How can i change steps next button color using actions.
How can i change steps next button color using actions.
1 Reply
I think you use
nextAction()
for that.
https://filamentphp.com/docs/3.x/forms/layout/wizard#customizing-the-wizard-action-objects
You could go code-diving into vendor/filament/forms/src/Components/Wizard.php
to learn more.