Youssef Bouhssina
Youssef Bouhssina
@kamil-bartczak @msrivela I think the problem is that the 'hydratestate' is not triggered in the handleRecordUpdate. go to Filament\Resources\Pages\ **EditRecord** \Concerns\Translatable method handleRecordUpdate and call $this->form->fill($this->data); before $this->form->validate(); Let me...
@msrivela I'm sorry to hear that, I think this issue might be related: https://github.com/filamentphp/filament/issues/11825
@Voltra I've seen your solution but I think it doesn't take into consideration the dehydrate hook. Check my suggestion: https://github.com/filamentphp/filament/issues/11825
as a side note, there is another problem I encountered while using Repeaters/Builders with this plugin. If my memory serves me well, it was whenever I switch language and save,...