Gorg
Gorg
FFilament
Created by Gorg on 7/12/2023 in #❓┊help
Typed property Filament\Pages\Actions\Action::$livewire must not be accessed before initialization
I fixed this with: protected function getFormSchema(): array { return [ Wizard::make() ->schema([ Step::make('Choose Contract') ->schema([ ]), Step::make('Details') ->schema([]), ]) ]; }
15 replies
FFilament
Created by Gorg on 7/12/2023 in #❓┊help
Typed property Filament\Pages\Actions\Action::$livewire must not be accessed before initialization
v2.17.50
15 replies
FFilament
Created by Gorg on 7/12/2023 in #❓┊help
Typed property Filament\Pages\Actions\Action::$livewire must not be accessed before initialization
Trait "CreateRecord\Concerns\HasWizard" not found, when i try use Filament\Resources\Pages\CreateRecord\Concerns\HasWizard; i see $livewire must not be....
15 replies
FFilament
Created by Gorg on 7/12/2023 in #❓┊help
Typed property Filament\Pages\Actions\Action::$livewire must not be accessed before initialization
namespace App\Filament\Resources\TicketResource\Pages;
15 replies
FFilament
Created by Gorg on 7/12/2023 in #❓┊help
Typed property Filament\Pages\Actions\Action::$livewire must not be accessed before initialization
Yes, but i also need to remove HasWizard trait, and then work correct, when i added HasWizard - see problem
15 replies
FFilament
Created by Gorg on 7/12/2023 in #❓┊help
Typed property Filament\Pages\Actions\Action::$livewire must not be accessed before initialization
15 replies
FFilament
Created by BlackShadow on 6/30/2023 in #❓┊help
CheckboxList bulkToggleable Reactive
@blackshadownl I have same, also tryied but without success...
16 replies
FFilament
Created by BlackShadow on 6/30/2023 in #❓┊help
CheckboxList bulkToggleable Reactive
@blackshadownl Hi, do you fixed this problem?
16 replies