© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
19 replies
afatmustafa

TagsInput not displaying in custom page

I am having an issue with the TagsInput, not displaying in a custom page. Specifically, the tag input field is not visible. Can someone please assist me with troubleshooting this problem?
Here's my getFormSchema code

protected function getFormSchema(): array
    {
        return [
            Section::make('')
                ->columns(2)
                ->compact()
                ->schema([
                    TagsInput::make('phones'),
                    Textarea::make('message')
                        ->columnSpanFull(),
                ]),
        ];
    }
protected function getFormSchema(): array
    {
        return [
            Section::make('')
                ->columns(2)
                ->compact()
                ->schema([
                    TagsInput::make('phones'),
                    Textarea::make('message')
                        ->columnSpanFull(),
                ]),
        ];
    }
image.png
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

TagsInput not displaying
FilamentFFilament / ❓┊help
3y ago
TagsInput not splitting tags in custom page
FilamentFFilament / ❓┊help
3y ago
Pages not displaying in Cluster nav
FilamentFFilament / ❓┊help
12mo ago
TagsInput Validation on Custom Livewire Component
FilamentFFilament / ❓┊help
3y ago