How do i add a suffix action to my input blade component?
<x-filament-forms::field-wrapper>
<x-filament-forms::field-wrapper.label>
Redirect Link
</x-filament-forms::field-wrapper.label>
<x-filament::input.wrapper>
<x-filament::input type="text" wire:model="redirect_link" />
</x-filament::input.wrapper>
</x-filament-forms::field-wrapper>```
My goal is to have a suffix action that copies whatever text is in the input field.