neerajk
Model observer doesn't works on relation manager
@Xavi I faced a similar issue and this thing helped me
https://laravel.com/docs/master/eloquent-relationships#defining-custom-intermediate-table-models
3 replies
Repeater: How can I conditionally show/hide Delete button in Repeater?
I found help from https://github.com/filamentphp/filament/discussions/8403
8 replies
Repeater: How can I conditionally show/hide Delete button in Repeater?
yes @toeknee and I am just able to get the active repeater state using the following code
I am can also use or instead of but for some reason visible/hidden are not actually hiding the delete button but just making it disabled.
8 replies