FilamentF
Filament2y ago
vrij

PHP 8.2.1310.48.4Method Filament\Forms\Components\Wizard\Step::completedIcon does not exist.

I tried setting it up like in the docs,

In my Filament form:

Wizard\Step::make('Allocatie')
->label(fn (Get $get) => $get('poolable') === true ? 'Locatie' : 'Gebruiker')
->icon('icon-userorlocation')
->completedIcon('icon-userorlocation')
->description('')
->schema([//...])

We're on version 3.0 right now, does 3.0 not have this feature?
Solution
Check GitHub: completedIcon() was added a month ago:
image.png
Was this page helpful?