How Add a widget to relationManager form
Is there a way to add a widget to the forms of a RelationManager?
I have attached a widget to a resource form through the EditPage:
This works so I added this method to the RelationManager.
no error and no widget.
Looking in Filament
So what to try next?
I have attached a widget to a resource form through the EditPage:
This works so I added this method to the RelationManager.
no error and no widget.
Looking in Filament
RelationManager.php there is no mention of widgets like there is in Resource.php . So what to try next?