Chili con Timo
Manipulate member with a button wire:click inside a ViewField in a HasForms Page
okay i have resolved it.. found out that the problem was that the property was wrong defined. in my ongoing process state it was declared as public Carbon $date; and initialized inside mount method. The mount method itself was correct, but Carbon $date should be ?Carbon $date;
6 replies
Filament 3.x: How to open a modal from blade template
hmm i have searched it there but did not find it. but it is completely logic -> i am in the else part and so the $this->customerLocationModalAction is never triggered.
okay the whole requirement of this feature: admin should get a button which opens a modal where he/she can select the location (currently implemented). the normal user should not see this button, but after login the same modal should open and force him to select the location.
22 replies