N16htSh1ft
N16htSh1ft
FFilament
Created by d00p on 5/2/2024 in #❓┊help
Custom Page using Forms\Components\Wizard - Using data from one step in the next?
+1 I would be interested as well...
5 replies
FFilament
Created by Xavi on 4/22/2024 in #❓┊help
ImportAction on suffixAction
Hello, suffixAction() method of a TextInput component in the Filament Forms package expects an argument of type Filament\Forms\Components\Actions\Action or a Closure, but you are trying to pass an ImportAction, which is not compatible. Try to define a custom action TextInput::make('whatever') ->suffixAction( Action::make('import') ->label(whatever import') ->action(function () { //whatever function }) Greetings N16htSh1ft
4 replies
FFilament
Created by Remi Hindriks on 4/19/2024 in #❓┊help
Nested arrays may not be passed to whereIn method.
Hello, Can you pass an example with the following log info? Log::info('User data loaded:', $this->user->toArray()); Log::debug('Form data state:', ['data' => $this->data]); Log::debug('Form schema prepared:', ['schema' => $form->getSchema()]); Greetings N16htSh1ft
5 replies