mmoollllee
Dynamic Form Publish Resource Action
Thank you for your help! I've posted a feature request on Github to see if this might be changed in the future 🙂
https://github.com/filamentphp/filament/discussions/15548
12 replies
Dynamic Form Publish Resource Action
Thank you for the hints! Now I see the buttons! But so far I'd have to inform the user after click that what he's trying to do does not make sense. I'd just like to build the Actions in a way, that the user can't even go wrong 😉
So I tryed another approach to make the Date-Field
->live()
and use
->visible(fn (?Get $get): bool => $get('publishing_begins_at') === null),
But that results in Typed property Filament\Forms\Components\Component::$container must not be accessed before initialization
So another idea could be to change the Actions from the Field via ->afterStateUpdated()
? Is there a chance to access the ActionButtons via Javascript?12 replies
Tenancy with other packages Model
And how is tenancy used with other plugins like filament-logger? https://github.com/Z3d0X/filament-logger
2 replies