tiago.pereira
Livewire encountered corrupt data when trying to hydrate the [app.filament.resources.conference-reso
Im having this error, but in only appears on a few items, i already tried everything i can remember but i cant figure it why it works in most of the cases and others doesnt work.
any one has any ideia?
9 replies
Project made with fillament, that now we want to sell the source code
Hello, we bulit a project with fillamentphp and some other custom things, we want to try to sell the source code on some marketplace like codecanyon and some other similar marktplaces.
Is that possible? or goes against the fillamentphp licensing?
4 replies
Property [$form] not found on component: [app.filament.resources.process-resource.pages.view-process
So i have a custom action to aprove the process status, it was working before, but know i got this error below
https://flareapp.io/share/VmeMQLAm
My code:
https://pastecode.io/s/j7awitrj
Any ideia what can be causing this?
41 replies
Relation manager when creating a new relation refresh form values
Its possible to update the form when we insert a new relation?
I have a resource called Process, and the process has a relation with ProcessPayments.
I have a relation manager to view and insert new payment on the process, but the payments have a status field that updates the process status also, what. want is when inserting a new payment is refresh the form Process to show the new status
is that possible?
2 replies
multiple fields calculation to update a single single
I have like 9 fields then there a math formula i need to run and show the result on another field, is there a way to to this without using the AfterStateUpdate and duplicate the formula on each of the 9 fields and then update the value on the result field?
21 replies
Issue with some plugins, Alpine Expression Error
I facing a issue with a project i need to use flatpickr plugin but its not working just shows a undefined on the field, i digged a little and some others are not workign also, all complaing about Alpine Expression Error, can someone try to help me please?
37 replies
If we use a mask cant we set the value from another field action?
Im have a field with a mask to have a range from 1 to 999, but i need to pre-fill that field from option we choose on a dropdown.
If i remove the mask i can use $set('field') and it works, but i put the mask on the field its does not work anymore.
Anyone has any ideia if we can use $set with a mask field?
4 replies