Question about supported relationship syntax in Filament Forms

Quick question for anyone who knows.

Does Filament support saving/creating relationships in a Form using syntax similar to this? Kind of like what you would see for Table columns..

Forms\Components\TextInput::make('account.name')->required(),


I could have sworn that I remember using syntax like this and it would work..
Was this page helpful?