© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
2 replies
GHOST-117

Live update a suffix icon on TextInput

-> i have a text input field for card number

TextInput::make('cardDetails')
                        ->label('Card Number')
                        ->reactive()                        
                        ->rules([new CreditCardRule])                     
                        ->required()
TextInput::make('cardDetails')
                        ->label('Card Number')
                        ->reactive()                        
                        ->rules([new CreditCardRule])                     
                        ->required()

->suffixIcon('amx')

i have custom blade icon
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

Textinput suffix icon color
FilamentFFilament / ❓┊help
3y ago
Pass Htmlable to TextInput suffix
FilamentFFilament / ❓┊help
17mo ago
Custom TextInput with suffix actions
FilamentFFilament / ❓┊help
2y ago
textInput live error
FilamentFFilament / ❓┊help
2y ago