© 2026 Hedgehog Software, LLC
\Filament\Forms\Components\TextInput::make('test')->url()->suffixAction( Action::make('follow-url') ->icon('heroicon-m-globe-alt') ->url(function ($data) { return $data->url(); }) ->openUrlInNewTab() )
->live() ->suffixAction(fn($state) => dd($state))