Modal form not opening on infolist action #14909
-
PackageInfolist builder Package Versionv3.2.123 How can we help you?I'm trying to get an infolist action to open a modal form but the form will not open. Here is a simplified version of my code to illustrate the problem:
infolist.blade.php:
When I click on the button there's a brief spinner displayed and then nothing. I've tried adding Any ideas please? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
it looks like this is a bug. I can get it working by editing |
Beta Was this translation helpful? Give feedback.
it looks like this is a bug. I can get it working by editing
vendor/filament/infolists/resources/views/component-container.blade.php
and adding<x-filament-actions::modals />
before</x-filament::grid>
.