filament/filament
v3.2.110
v11.22.0
v3.5.6
PHP 8.3.8
I called refreshFormData
with fields fields that are defined using Repeater::make
and it cleared them.
I expected the fields to be updated with their latest values.
Repeater::make('comments')
->simple(
TextInput::make('comment'),
),
getHeaderActions
in the EditRecord: Actions\Action::make('update comments')
->action(function () {
// Modify comments
$this->record->comments = ['foo', 'bar'];
$this->record->save();
$this->refreshFormData([
'comments',
]);
}),
https://github.com/cloudshipco/filamentphp-repeater-refresh-bug
n/a
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too