© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•14mo ago•
4 replies
Randak

Dropdown with more than 50 records

Novice user. I have a dropdown for my create and edit forms that have about 70 records. I want the whole list to be available to the user. How can I increase this limit?

            ->headerActions([
                Tables\Actions\AttachAction::make()
                    ->preloadRecordSelect()
                    ->form(fn (AttachAction $action): array => [
                        $action->getRecordSelect(),
                        Forms\Components\TextInput::make('fame_points')
                            ->required()
                            ->integer(),
                    ]),
            ])
            ->headerActions([
                Tables\Actions\AttachAction::make()
                    ->preloadRecordSelect()
                    ->form(fn (AttachAction $action): array => [
                        $action->getRecordSelect(),
                        Forms\Components\TextInput::make('fame_points')
                            ->required()
                            ->integer(),
                    ]),
            ])
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

How to sort records in a table by more than one field?
FilamentFFilament / ❓┊help
3y ago
Tabs with dropdown
FilamentFFilament / ❓┊help
3y ago
How to limit the results displayed on a table for tables with more than 1M records
FilamentFFilament / ❓┊help
3y ago
Can't upload more than 10mb with SpatieMediaLibraryFileUpload
FilamentFFilament / ❓┊help
3y ago