xb23
Filament - Custom Modal - Help
Hello, I'm triggering this from a blade.php <div wire:click="requestBookSlot($event.target.getAttribute('data-locationID'),$event.target.getAttribute('data-weekId'))"
This then calls a requestBookSlot in my EditBookings.php - This bit works, but I'm trying to make it so I can load a modal box in certain conditions from my EditBookings.php - I cant work out how to do it can anyone help?
1 replies
Help with a Form and ViewField::make
I cant figure this out, so in a form I'm using a ViewField to make a visual element of the data in the form, but if I have a select box called 'owners' how can I pass the value of 'owners' into the ViewField?
6 replies