How do I render a livewire modal in my createResource????
I'm having a problem rendering my create button on my form, how do I solve it?
My first experience with livewire and filament
my code below:
Resource:
CreateExample.php:
rendering modalexample:
4 Replies
Sorry, but I can't understand livewire with filament. I don't understand how this works with my modal(livewire component).
Sorry, I may be off base, but are you just trying to create a record via a modal? If so, why not make your life easy by just using a normal header action?
And if you want to do something funky in relation to another record you could just add it as a row action
My livewire component (modal) uses a filament repeater (manually inserted) and also a camera for reading QrCode, which is why I opted for a modal.
😦