Form Toggle relationship
Hi!
How ca I have a relationship for this toggle and keep this layout?
6 Replies
you need to provide more info
We can't do dotted relations in forms right?
How can I achieve that "Toggle::make('details.state')" without adding a group, card or section?
That's how relations work in filament with dot
Where's the problem
Dotted relations work for table, not forms.
Oh. Have your read docs? You need to add
relationship()
But that I guess for select. But try itThanks to Dan Harrin —
just wrap it in a Group and apply the relationship there
Group doesnt have any styling