Repeater Add button - Icon
I desire to add an icon to add button repeater
I deep into code and it seems impossible.
So i did it.
I write down this help to anyone need the same thing.
Overrided the repeater.
Added HasIcon, I know I lose consistency.
It's better to create a dedicated trait and use addActionIcon
and finally
Maybe I open a PR in future
1 Reply
There is no need to overwrite the Repeater. Just use
->addAction(fn ($action) => ...)
to modify the action.