Cosme fulanito
Does RepeatableEntry support arrays or only models?
I am currently working on a project and trying to use
RepeatableEntry
to manage dynamic entries for product totals. I've structured my RepeatableEntry
as follows:
However, it appears that the RepeatableEntry
is not displaying or functioning as expected. Does RepeatableEntry
only work with Eloquent models, or can it also handle arrays like the one I am trying to use? Has anyone encountered this issue, and what solutions or workarounds might you suggest?4 replies
Exception with Filament 3: Property type not supported in Livewire
Hello everyone,
I hope you all are doing well. I'm currently facing an issue with Filament after an upgrade and I hope to get some help or pointers on how to solve it. I've been using the package Spatie Laravel Model States to cast attributes to a state class without any issues in Filament v2.
However, after upgrading, any attribute that is cast to a class causes the following exception:
This didn't occur with the previous version of Filament and has been causing some roadblocks in my development process. Does anyone have an idea on what could be causing this and how to fix it? Any guidance or suggestions would be much appreciated.
Thank you in advance.
10 replies