Disable a modal trigger
Hi there!
Despite the
:disabled
attribute, the modal is still being triggered. How can I disable it completely?
1 Reply
I think it could easily be fixed by doing this quick change in
vendor/filament/support/resources/views/components/modal/index.blade.php
on line 108:
Instead of
Do this:
Then in the view:
Should I propose a PR?
The PR is merged, release will come!