suffixAction not working?

Using the form builder I have added a text input field for an url and literally copied the example from here https://filamentphp.com/docs/2.x/forms/fields#affixes for the suffixAction().

The icon renders fine but clicking on it does nothing... is there anything else required to make this work? Thanks.
Screenshot_2023-07-21_at_12.37.12.png
Filament
The elegant TALL stack form builder for Laravel artisans.
Solution
add:

->action(fn() => '')
Was this page helpful?