Action in infolist does not show the form
I made some widgets that consist of just infolists.
At this point i'm trying to add an action to one of the TextEntries to allow the user to edit a field directly from the widget.
The infolist does show the action icon but the form for the action does not appear.
I am not sure anymore if my approach with widgets makes sense, though it seems like infolists are supported by Widgets.
As an expirement I also made a custom Livewire component with the Infolist, that resulted in the same outcome.
The (simplified) class of the widget looks like this:
At this point i'm trying to add an action to one of the TextEntries to allow the user to edit a field directly from the widget.
The infolist does show the action icon but the form for the action does not appear.
I am not sure anymore if my approach with widgets makes sense, though it seems like infolists are supported by Widgets.
As an expirement I also made a custom Livewire component with the Infolist, that resulted in the same outcome.
The (simplified) class of the widget looks like this:
