KingNii
KingNii
FFilament
Created by KingNii on 10/14/2024 in #❓┊help
Select input not working when searchable is appended
@Zen Dev I'm still getting the same issue
22 replies
FFilament
Created by KingNii on 10/14/2024 in #❓┊help
Select input not working when searchable is appended
I’ll try it
22 replies
FFilament
Created by KingNii on 10/14/2024 in #❓┊help
Select input not working when searchable is appended
Have you found any fix?
22 replies
FFilament
Created by KingNii on 10/14/2024 in #❓┊help
Select input not working when searchable is appended
Thank you
22 replies
FFilament
Created by KingNii on 10/14/2024 in #❓┊help
Select input not working when searchable is appended
@awcodes I get it
22 replies
FFilament
Created by KingNii on 10/14/2024 in #❓┊help
Select input not working when searchable is appended
But everything works perfectly without the searchable and works nicely in the admin panel with the same select @awcodes
22 replies
FFilament
Created by KingNii on 10/14/2024 in #❓┊help
Select input not working when searchable is appended
@awcodes What do you have in mind?
22 replies
FFilament
Created by KingNii on 10/14/2024 in #❓┊help
Select input not working when searchable is appended
@awcodes no please A student registration form where we selecct the student's school
22 replies
FFilament
Created by KingNii on 10/14/2024 in #❓┊help
Select input not working when searchable is appended
@awcodes I'm still facing the same issue
Select::make('school_name')
->label('School name')
// ->live()
->options(fn() => School::all()->pluck("school_name", "id")->toArray())
->searchable(['school_name'])
// ->optionsLimit(20)
// ->preload()
->required(),
Select::make('school_name')
->label('School name')
// ->live()
->options(fn() => School::all()->pluck("school_name", "id")->toArray())
->searchable(['school_name'])
// ->optionsLimit(20)
// ->preload()
->required(),
22 replies
FFilament
Created by KingNii on 10/14/2024 in #❓┊help
Select input not working when searchable is appended
Select::make('school_name')
->label('School name')
// ->live()
->options(School::all()->pluck("school_name", "id")->toArray())
// ->searchable(['school_name'])
// ->optionsLimit(20)
// ->preload()
->required(),
Select::make('school_name')
->label('School name')
// ->live()
->options(School::all()->pluck("school_name", "id")->toArray())
// ->searchable(['school_name'])
// ->optionsLimit(20)
// ->preload()
->required(),
@dissto
22 replies
FFilament
Created by KingNii on 9/26/2024 in #❓┊help
Help with Wizard layout!!!
@toeknee Thank you
5 replies
FFilament
Created by KingNii on 8/22/2024 in #❓┊help
Select form is returning null when I make it searchable
if I can't use searchable, I would like to limit wards data to lga ID,
->options(Lga::all()->pluck("name", "id")->toArray()),
// ->required(),
Select::make('ward')
->label('Ward')
// ->searchable()
->preload()
->options(Ward::all()->where('lga_id', $this->data['lga'] ?? '')->pluck("name", "id")->toArray()),
->options(Lga::all()->pluck("name", "id")->toArray()),
// ->required(),
Select::make('ward')
->label('Ward')
// ->searchable()
->preload()
->options(Ward::all()->where('lga_id', $this->data['lga'] ?? '')->pluck("name", "id")->toArray()),
Bute it's not working
11 replies
FFilament
Created by KingNii on 8/22/2024 in #❓┊help
Select form is returning null when I make it searchable
@Lindiar Miftari tried your solution and still got null
11 replies
FFilament
Created by KingNii on 8/22/2024 in #❓┊help
Select form is returning null when I make it searchable
No description
11 replies
FFilament
Created by KingNii on 8/22/2024 in #❓┊help
Select form is returning null when I make it searchable
@christmex It's completely null
11 replies
FFilament
Created by KingNii on 8/9/2024 in #❓┊help
Fileupload
Yes it did! Thank you. Apologies for the late reply
25 replies
FFilament
Created by KingNii on 8/9/2024 in #❓┊help
Fileupload
@awcodes I just pushed my code to test on my development domain and I'm getting the same error
25 replies
FFilament
Created by KingNii on 8/9/2024 in #❓┊help
Fileupload
@awcodes Same results but I seem to remember something about file permissions error when I implemented the resource
25 replies
FFilament
Created by KingNii on 8/9/2024 in #❓┊help
Fileupload
I should mention I'm building in docker
25 replies
FFilament
Created by KingNii on 8/9/2024 in #❓┊help
Fileupload
@awcodes Exactly
25 replies