TextInput::make('something')->extraAttributes(['wire:keydown.enter.prevent' => "mountFormComponentAction('xxx', 'xxx')"]) ->suffixAction( Action::make('action') ->action(function () { // }) ),