F
Filament12mo 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:
No description
Jump to solution
5 Replies
Dennis Koch
Dennis Koch12mo ago
We're on version 3.0 right now, does 3.0 not have this feature?
Which exact version? Maybe try updating?
vrij
vrijOP12mo ago
3.0
Dennis Koch
Dennis Koch12mo ago
If you really mean 3.0.0 – that's almost 1 year old
Solution
Dennis Koch
Dennis Koch12mo ago
Check GitHub: completedIcon() was added a month ago:
No description
vrij
vrijOP12mo ago
Thank you

Did you find this page helpful?