sethbr11
sethbr11
FFilament
Created by sethbr11 on 1/18/2025 in #❓┊help
Any way to change the way the options for the TrashedFilter display?
@Lara Zeus that was it! Little oversight on my part. Thank you!
4 replies
FFilament
Created by sethbr11 on 1/6/2025 in #❓┊help
Filter Not Returning Anything When Nothing is Selected
For anyone else with the same problem, I guess the filter just gets passed as "values" instead of the actual type of value, which in my case would have been "plan_id". Here's what a log showed: Filter data: {"values":[]} . From there, I adjusted my code to get the values with $planIds = Arr::get($data, 'values', []); and then check if there was anything there or not with if (!empty($planIds))
7 replies
FFilament
Created by sethbr11 on 1/6/2025 in #❓┊help
Filter Not Returning Anything When Nothing is Selected
@Matthew Thanks for the response, that's good to know about isset! Unfortunately, this solution ran into the same problem :/
7 replies