lolmaheen
lolmaheen
FFilament
Created by zemo on 9/17/2024 in #❓┊help
How to Get $get an input that is in the main form from the ->createOptionForm modal
fn($livewire) =>
16 replies
FFilament
Created by zemo on 9/17/2024 in #❓┊help
How to Get $get an input that is in the main form from the ->createOptionForm modal
would this work on a form page? when the record doesn't exist
16 replies
FFilament
Created by zemo on 9/17/2024 in #❓┊help
How to Get $get an input that is in the main form from the ->createOptionForm modal
I think this is also possible with $livewire->data[]
16 replies
FFilament
Created by lolmaheen on 9/12/2024 in #❓┊help
Helper Text as Action not working
Thankyou this works!
5 replies
FFilament
Created by lolmaheen on 8/28/2024 in #❓┊help
Text Input Column Validation Not Working
Passing the record parameter makes this unexecutable fn ($record, $component) => function ($attributes, $value, $fail) use ($record) if i used it directly:
->rules([ function ($attributes, $value, $fail)
It gets executed but I want to access the $record to compare updated value with the original record value.
3 replies