© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
9 replies
renatoalvarez

ignoreRecord: true

Hello, I'm trying to use ignoreRecord: true in a relation manager but it is ignored

                       Forms\Components\Select::make('estudiante_id')
                           ->required()
                           ->debounce(500)
                           ->columnSpanFull()
                           ->label('Estudiante')
                           ->inlineLabel('false')
                           ->placeholder('Seleccione o busque a un estudiante')
                           ->relationship('estudiante', 'carnet_nombres_apellidos')
                           ->searchable(['carnet', 'nombres', 'apellidos'])
                           ->unique(ignoreRecord: true)
                       Forms\Components\Select::make('estudiante_id')
                           ->required()
                           ->debounce(500)
                           ->columnSpanFull()
                           ->label('Estudiante')
                           ->inlineLabel('false')
                           ->placeholder('Seleccione o busque a un estudiante')
                           ->relationship('estudiante', 'carnet_nombres_apellidos')
                           ->searchable(['carnet', 'nombres', 'apellidos'])
                           ->unique(ignoreRecord: true)
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

ignoreRecord for TextColumn with different slugs for each domain
FilamentFFilament / ❓┊help
2y ago
How to specify ignoreRecord in unique rule in Import?
FilamentFFilament / ❓┊help
2y ago
Toggle default true
FilamentFFilament / ❓┊help
10mo ago
getTableRecordUrlUsing and shouldOpenInNewTab = true?
FilamentFFilament / ❓┊help
3y ago