© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
2 replies
Eric

->autofocus doesnt work with modals

public function table(Table $table): Table
{
    return $table
        ->actions([
            EditAction::make('edit')
                ->form([
                    TextInput::make('name')
                        ->required()
                        ->maxLength(255)
                        ->autofocus() // this wont work
public function table(Table $table): Table
{
    return $table
        ->actions([
            EditAction::make('edit')
                ->form([
                    TextInput::make('name')
                        ->required()
                        ->maxLength(255)
                        ->autofocus() // this wont work


so the question is, in what cases the autofocus works?
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

Why the autofocus doesnt work on modals?
FilamentFFilament / ❓┊help
3y ago
Autofocus() on modals
FilamentFFilament / ❓┊help
2y ago
Script Doesnt Load When Using Modals
FilamentFFilament / ❓┊help
2y ago
Autofocus Search
FilamentFFilament / ❓┊help
2y ago