Conditional form relationships
Is there a way to fetch related models, in the same form, based on another field value?
1. Is there a way to list posts by the selected user?
SELECTED-USER-ID
2. Is there a way to disable the post select field until a user is selected?4 Replies
Sounds like you want dependable fields
https://filamentphp.com/docs/2.x/forms/advanced#dependant-fields--components
For 2) You are looking for Closure Customization
Thanks! πββοΈ
This worked out great. Filament is truly amazing π₯