Remi
Remi
FFilament
Created by Remi on 10/10/2023 in #❓┊help
Get in ->maxItems() doesnt work
I added a new field to debug it, and added an afterStateUpdated on the status field, and made it set the text field to the value. It updates correctly. the value is an int just like the enum is in this case
3 replies
FFilament
Created by Remi on 10/9/2023 in #❓┊help
Repeater BelongsToMany not working on edit form
For future reference: My newly created Pivot Model didnt have an ID column. This is required. So if you run in to this problem and your pivot table doesnt have an id column. Add it ❤️
7 replies
FFilament
Created by Remi on 10/2/2023 in #❓┊help
live fields updating other field lags and created mistakes
Yeah, that sort of works, but it's not really what i was hoping for. Still hoping for a live updating option
5 replies
FFilament
Created by Remi on 4/6/2023 in #❓┊help
Render Single Table action on different place
Update: i sort of got it working, but it feels quite hacky: i added the Action to the getTableHeaderActions array, and added ->view('custom-view') this custom-view is an empty blade file. This way it doenst render anything in the headeractions. Then i added the blade directive to render the html on the new position. Would be nice if i could just do ->hidden() in the tableHeaderActions and the modal would still work when triggering from another button. Or a new callback like ->invisible() Or am i missing a completely obvious better way?
5 replies
FFilament
Created by Remi on 3/23/2023 in #❓┊help
Label on form field, custom view
Dan, you're a legend
3 replies
FFilament
Created by Remi on 3/21/2023 in #❓┊help
Detect of sortable has been turn on or off on column
Perfect! thanks, that does the job!
3 replies
FFilament
Created by Remi on 3/17/2023 in #❓┊help
Select form component position function not working
I'll be willing to create a PR, if you can point me in the direction you think the solution should be. Because right now i think filament overrides the choices.js by using css (right?)
9 replies
FFilament
Created by Remi on 3/16/2023 in #❓┊help
Preloaded select component loads selected values
So my question is; how do I make sure my previously selected values / stored values dont show up in the dropdown on page load?
2 replies