Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
jonquihote
Posts
Comments
F
Filament
•
Created by Oliverdam on 5/21/2024 in
#❓┊help
Relationship manager doesn't show up on edit page
Do you happen to have Policy blocking access to the RelationManager?
8 replies
F
Filament
•
Created by chrispage1 on 5/3/2024 in
#❓┊help
Callback on resource creation in modal
you should be able to chain
->after
in the
CreateAction
in your simple resource
6 replies
F
Filament
•
Created by chrispage1 on 5/3/2024 in
#❓┊help
Callback on resource creation in modal
is this what you need?
https://filamentphp.com/docs/3.x/actions/prebuilt-actions/create#lifecycle-hooks
6 replies
F
Filament
•
Created by Damien on 10/17/2023 in
#❓┊help
TextInput weird behaviour and not rendering all inputs
It is weird indeed and if your attempt at repro doesn't seem to work, i doubt i can help you as well. Sorry about that.
10 replies
F
Filament
•
Created by Damien on 10/17/2023 in
#❓┊help
TextInput weird behaviour and not rendering all inputs
I think the reason why one of your
email
input is not rendering because your
email
input are using the same identifier. if you try to use
email_1
and
email_2
both should render just fine.
10 replies