Mohammed Ouda
An issue in calling a Livewire component inside custom field
Thanks, I updated the call to
and it solved the mentioned issue, but still when i include my component the main submit of the entire page went unclickable, not functioning. like the attached video.
14 replies
Issue in using custom component within Repeater
I am using 3 nasted repeaters, but they are working fine.
Even if i use the ImportMaterialComponent without imorting the @liveware in its blade, it works fine. I believe that the issue is somewhere in the liveware component and they way of using it inside the form.
19 replies
Issue in using custom component within Repeater
I followed the docs (https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component#adding-the-form) to do what should be done to create a liveware component, idk what i am missing here.
19 replies
Select Component Lazy Loading though API
@Leandro Ferreira,
my structure is in an EditRecord page > has a Repeater > uses ImportLessonMaterial extends Filament\Forms\Components\Component > in its view > I call liveware component which is a button that opens a modal.
does this structure has an issue?
26 replies