MitchBricks
MitchBricks
FFilament
Created by pechtelt on 8/17/2023 in #❓┊help
Multiple Filament forms submit at once Livewire
If you don’t want to use repeater field from Filament you could also use array post field names (e.g. wire:model=firstname.{{ $x }})
6 replies
FFilament
Created by pechtelt on 8/17/2023 in #❓┊help
Multiple Filament forms submit at once Livewire
You could have Livewire trigger the other forms with $this->js(), that is the quick and hacky solution. The better solution would be a repeater field (also in form builder)
6 replies
FFilament
Created by Lara Zeus on 7/25/2023 in #❓┊help
adding trait Translatable will make all fields Translatable
I’m relatively new to Filament, so I am not sure if it would be the most logical for me to check if I can propose a PR for the plugin. If one of you don’t beat me to it I might look into it next week
79 replies
FFilament
Created by Lara Zeus on 7/25/2023 in #❓┊help
adding trait Translatable will make all fields Translatable
That sounds logical yes, however it does only save all fields on one specific language, and not all
79 replies
FFilament
Created by Lara Zeus on 7/25/2023 in #❓┊help
adding trait Translatable will make all fields Translatable
@nielsdscrd your snippet seems to fix it
79 replies
FFilament
Created by Lara Zeus on 7/25/2023 in #❓┊help
adding trait Translatable will make all fields Translatable
It is only so on updating, creating works fine
79 replies
FFilament
Created by Lara Zeus on 7/25/2023 in #❓┊help
adding trait Translatable will make all fields Translatable
I use Dutch as main language in my app and it doesn't save other fields until I choose English from the language selector
79 replies
FFilament
Created by Lara Zeus on 7/25/2023 in #❓┊help
adding trait Translatable will make all fields Translatable
@larazeus I use it and only if I set my translation to English it saves the other fields
79 replies