_𝕰𝖋x
_𝕰𝖋x
FFilament
Created by _𝕰𝖋x on 8/7/2024 in #β“β”Šhelp
Customizing update process globally
Thanks i will take a look at it
5 replies
FFilament
Created by _𝕰𝖋x on 2/26/2024 in #β“β”Šhelp
Function to submit form
I tried
php ->afterStateUpdated(function (Model $record, array $data) { $record->update($data); return $record; })
php ->afterStateUpdated(function (Model $record, array $data) { $record->update($data); return $record; })
but I get following error: An attempt was made to evaluate a closure for [Filament\Forms\Components\Select], but [$data] was unresolvable.
6 replies
FFilament
Created by _𝕰𝖋x on 2/26/2024 in #β“β”Šhelp
Not Loading Data from Fieldset->relationship()
I changed it to belongsTo relationship, now it works πŸ‘
8 replies
FFilament
Created by _𝕰𝖋x on 2/26/2024 in #β“β”Šhelp
Not Loading Data from Fieldset->relationship()
yes
public function metadata(): HasOne {
return $this->hasOne(Metadata::class);
}
public function metadata(): HasOne {
return $this->hasOne(Metadata::class);
}
8 replies
FFilament
Created by _𝕰𝖋x on 2/26/2024 in #β“β”Šhelp
Not Loading Data from Fieldset->relationship()
no, it still doesn't work 😦 But thanks anyway
8 replies
FFilament
Created by _𝕰𝖋x on 1/10/2024 in #β“β”Šhelp
Exclude TextInput in Form from saving in database
thanks πŸ™
5 replies