DivDax
Action inside Resource ViewAction blade view
Hey!
I have a ViewAction on my
ClientResource
Table. Inside the show-client
view, I load the client-info
Livewire component with an action.
When I click the button for the first time, nothing happens, but a Livewire update request is fired. On the second click, the modal opens.
Do you have any ideas on how to fix that?
show-client.blade.php
client-info.blade.php
ClientInfo.php
2 replies
Consistent forms when using filament components
Hey,
what is your approach when using filament forms and custom forms to match the style? I don't want to use the form component for simple forms. How do you get a consistent form style? Copying the filament input & button classes just feels wrong.
3 replies
Open action modal with javascript?
I use FullCalendar within a Livewire component. When I move an event, the
moved()
function is called. How can I trigger a modal to open when moving the event, so that the user has to confirm the action? I there any way to open the action modal instead of clicking the action button?2 replies
SpatieMediaLibraryFileUpload show uploaded images
Hey! 👋
I want to use the Form Builder inside a Widget to upload images. The upload is working and my media files are stored on disk and in the media table. When i reload the page the uploaded images are gone. Storage path is linked and i have no console errors. The Field inside a Resource on the edit page it works.
Any idea what i'm doing wrong?
6 replies