Alex Manase
How to test `headerActions`/`footerActions` from the Section component?
I use a section, like the one from documenatation, that contains and action in headerActions. How can I test it?
I tried using
callFormComponentAction
, but it didn't work.
https://filamentphp.com/docs/3.x/forms/layout/section#adding-actions-to-the-sections-header6 replies
FileUpload: "Browse" button is frozen when the component is inside a Repeater
Hi, there!
The "Browse" button from FileUpload component is frozen when it is inside a repeater, but I can upload the file if I drag and drop the file.
My form schema:
The console log when I create a repeater field:
Thank you!
3 replies
Public method [mountAction] not found on component when adding an action to a form modal
Hi there!
I treid to add another button to the form modal, like in the documentation (https://filamentphp.com/docs/3.x/actions/modals#opening-another-modal-from-an-extra-footer-action), and I've got the following error when I press the button of the action:
2 replies
Call to undefined method Illuminate\Database\Eloquent\Relations\BelongsToMany::getOwnerKeyName()
Hi there! Created a simple BelgonsToMany relationship like in Laravel Documentation(https://laravel.com/docs/10.x/eloquent-relationships#many-to-many-defining-the-inverse-of-the-relationship) and I've got the following error:
I've used the example from the FIlament documentation for creating a Select:
https://flareapp.io/share/Lm8MOMpP
Thank you!
25 replies