© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
6 replies
Sidem

Select does not record the data

Hi,

I am currently creating a Wizard. My problem is that when I select a piece of data inside the select and I click on the next step of my Wizard, the select returns me an error telling me that no data has been selected. Do you have an idea ?

Here is my code :
 Select::make('type_projet')
    ->multiple()
    ->relationship('type_projet', 'name')
    ->searchable()
    ->preload()
    ->required()
    ->default([157])
    ->columnSpan(2),
 Select::make('type_projet')
    ->multiple()
    ->relationship('type_projet', 'name')
    ->searchable()
    ->preload()
    ->required()
    ->default([157])
    ->columnSpan(2),
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Select createOptionForm not saved with the record
FilamentFFilament / ❓┊help
3y ago
New Record Modal does not work in Select Form
FilamentFFilament / ❓┊help
15mo ago
Get relationship Select record data from $get
FilamentFFilament / ❓┊help
3y ago
Select does not return the Bank values
FilamentFFilament / ❓┊help
3y ago