tiago.pereira
tiago.pereira
FFilament
Created by tiago.pereira on 10/3/2024 in #❓┊help
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
FFilament
Created by tiago.pereira on 2/9/2024 in #❓┊help
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
FFilament
Created by tiago.pereira on 10/27/2023 in #❓┊help
Input error message, input name first letter shows is lower case
No description
5 replies
FFilament
Created by tiago.pereira on 7/3/2023 in #❓┊help
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
FFilament
Created by tiago.pereira on 6/19/2023 in #❓┊help
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
FFilament
Created by tiago.pereira on 6/7/2023 in #❓┊help
Collapse sections based on resource
I have 2 resources that use the same model, but on one of them i need to open the form with some collapsed sections, how can i check wich resource is opening the form so i can make collapse true?
12 replies
FFilament
Created by tiago.pereira on 6/2/2023 in #❓┊help
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
FFilament
Created by tiago.pereira on 5/29/2023 in #❓┊help
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
FFilament
Created by tiago.pereira on 3/31/2023 in #❓┊help
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
FFilament
Created by tiago.pereira on 3/22/2023 in #❓┊help
Using Filters AboveContent, how to set number of columns?
Hi, I know that if we are using the table inside a livewire component we can use the function getTableFiltersFormColumns() to set the number of columns, how can we do the same if we are using the admin panel?
12 replies