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()

->suffixIcon('amx')

i have custom blade icon
Was this page helpful?