Mastjoe
Mastjoe
FFilament
Created by Mastjoe on 2/8/2024 in #❓┊help
Select options not populating
Yeah I wish I could do same, its a legacy project with lots of dependencies that are not compatible with laravel 10 and currently in use.
26 replies
FFilament
Created by Mastjoe on 2/8/2024 in #❓┊help
Select options not populating
@Leandro Ferreira found the issue for v3.0, actually a JS issue, it assumes the state will always be an array and when its is not, trying to use "includes" fxn fails. Is there a way I can have an exact copy or another edition of "public/js/filament/forms/components/select.js" with the fix published instead of that coming from filament vendor?
26 replies
FFilament
Created by Mastjoe on 2/8/2024 in #❓┊help
Select options not populating
@Leandro Ferreira just tried with a new project install and latest filament version and it works fine.
26 replies
FFilament
Created by Mastjoe on 2/8/2024 in #❓┊help
Select options not populating
Alright. Thanks. I will give it a try and see what becomes the outcome.
26 replies
FFilament
Created by Mastjoe on 2/8/2024 in #❓┊help
Select options not populating
yeah am aware, we have some dependencies currently in used that is preventing us from upgrading to Laravel 10, which implies we cant use the latest filament version at the moment. Is this issue peculiar to the version?
26 replies
FFilament
Created by Mastjoe on 2/8/2024 in #❓┊help
Select options not populating
3.0
26 replies
FFilament
Created by Mastjoe on 2/8/2024 in #❓┊help
Select options not populating
am using the panel builder
26 replies
FFilament
Created by Mastjoe on 2/8/2024 in #❓┊help
Select options not populating
the query seems fine or is there something am not doing right or missing?
26 replies
FFilament
Created by Mastjoe on 2/8/2024 in #❓┊help
Select options not populating
No description
26 replies
FFilament
Created by Mastjoe on 2/8/2024 in #❓┊help
Select options not populating
No description
26 replies
FFilament
Created by Mastjoe on 2/8/2024 in #❓┊help
Select options not populating
used ->getSearchResultsUsing(...) and got same result
26 replies
FFilament
Created by Mastjoe on 2/8/2024 in #❓┊help
Select options not populating
have only soft deletes
26 replies
FFilament
Created by Mastjoe on 2/8/2024 in #❓┊help
Select options not populating
its a belongs to relationship : public function company() { return $this->belongsTo(Company::class); }
26 replies
FFilament
Created by Mastjoe on 2/8/2024 in #❓┊help
Select options not populating
@toeknee just tried it but gives an empty options result
26 replies
FFilament
Created by Mastjoe on 8/9/2023 in #❓┊help
A form field as a navigation item
Oh.. I see.. let me have a look at the doc again, thanks for pointing this out @toeknee_iom 🙏🏻
10 replies
FFilament
Created by Mastjoe on 8/9/2023 in #❓┊help
A form field as a navigation item
@toeknee_iom The branches are much to make a panel for each of them, so basically selecting the branch, sets and persist some value in session which in turn affects the base or index query of most resources, ensuring that the data served to the branch is solely that of the branch. With my above use case, can panel selector still work for me? or any way I can tweak it to work for me?
10 replies
FFilament
Created by Mastjoe on 8/9/2023 in #❓┊help
A form field as a navigation item
10 replies