mar5hall
Checkbox image/select row
I have a table only with image column and actions. Like on this page https://demo.filamentphp.com/blog/links. Can I disable default checkbox select row, and make it selectable by just clicking on row?
5 replies
Error on production
What I am trying to do:
Run php artisan filament:upgrade
My issue/the error:
Alpine Expression Error: window.clearAllBodyScrollLocks is not a function
Expression: "if ($event.detail.id === 'Q3Zjlz6OYbzlpQvca66v-action') open()"
Error only on production. Maybe i forget to clear something, or something else🤔 ?
1 replies
Automatically hint on text input
Hi. I have a admin panel with many text input and textarea. Can I attach this hint https://v2.filamentphp.com/tricks/count-how-many-characters-left-to-type-in-the-field on all textarea and input automatically?
4 replies
Dark mode not working
Hi again. After composer update I noticed that the dark theme on the site(in admin panel worked fine) stopped working. In darkMode is , + in app.layout . I noticed that if you remove or comment out the line with in , then everything seems to start working correctly. But I don't think this is the right approach. Has anyone encountered this?
2 replies
Can I dispatch action in url?
I want to get url to resource with dispatch action event for delete record. For example. Admin click on link from another Laravel page and will be redirected to page where his get opened delete modal with require confirmation. Is that real? P.s. Sorry for bad English.
2 replies