Infolist ActionGroup Dropdown

Is there a way of getting the ActionGroup Dropdown to work on infolist items?

Let's say

TextEntry::make('name')
->prefixactions(ActionGroup::make([Action1, action2]))


As far as i'm aware, this does not work on infolists
Was this page helpful?