Ashk
ActionGroup and modal
Hello,
I've been trying for a while to get an action group on a model, but I'm not succeeding at all. Does anyone have any ideas on how to do this? Filament\Actions\ActionGroup doesn't seem to be compatible.
Thank for your help!
2 replies
Accessing a form component from another
Hello,
I would like to know if it is possible to access another component from a component. For example, I'd like to modify the
placeholder
of a TextInput
according to a record field selected in a Select
.
I tried something like this, I can access the other component, but getSelectedRecord
is still null, as if the state didn't change
I've got this working, but I'd like if possible to avoid redoing an SQL request for nothing.
TY !24 replies
Select relationship and "virtual" title attribute
Hello, I have a
Customer
model with a first_name
and last_name
field. A virtual field full_name
which represents the concat of these 2 fields.
In another resource, which has an belongsTo Customer
relationship, I'd like a select based on full_name
.
TY7 replies
Select::createOptionForm not always work
Hello, I'm using a Select with
createOptionForm
in RegisterTenant and EditTenant.
It's working pretty well in edit page but not in register page, the modal doesn't appear.
I tink the feature doesns't works outside Filament panel layout, there is maybe a missing dependency ?
Thanks for help ❤️5 replies