© 2026 Hedgehog Software, LLC

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

Placeholder color in TextColumn

I have the following:


                Tables\Columns\TextColumn::make('receiver.name')
                    ->label('To')
                    ->placeholder(auth()->user()->name),

                Tables\Columns\TextColumn::make('receiver.name')
                    ->label('To')
                    ->placeholder(auth()->user()->name),

The default style is to grey out the placeholder. Is there a way to set the placeholder in another color? Or conditionally color it (e,.g I want it to be red if the value of receiver.name equals the auth()->user()->name() )
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

TextColumn placeholder empty
FilamentFFilament / ❓┊help
3y ago
TextColumn Dynamic Color
FilamentFFilament / ❓┊help
3y ago
Placeholder badge color not working
FilamentFFilament / ❓┊help
3y ago
Enum TextColumn badge() with label, icon and color
FilamentFFilament / ❓┊help
3y ago