© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
7 replies
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()
completedIcon()
was added a month ago:
image.png
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Components Wizard - completedIcon()
FilamentFFilament / ❓┊help
2y ago
Method Filament\Schemas\Components\Wizard\Step::skippable does not exist.
FilamentFFilament / ❓┊help
3mo ago
Method Filament\Forms\Components\CheckboxList::allowHtml does not exist.
FilamentFFilament / ❓┊help
11mo ago
filament/forms/src/Components/Tabs/Tab.php
FilamentFFilament / ❓┊help
2y ago