F
Filament7mo 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 Koch7mo ago
We're on version 3.0 right now, does 3.0 not have this feature?
Which exact version? Maybe try updating?
vrij
vrijOP7mo ago
3.0
Dennis Koch
Dennis Koch7mo ago
If you really mean 3.0.0 – that's almost 1 year old
Solution
Dennis Koch
Dennis Koch7mo ago
Check GitHub: completedIcon() was added a month ago:
No description
vrij
vrijOP7mo ago
Thank you
Want results from more Discord servers?
Add your server