TextInputColumn on pivot table inside relation manager

I have a relationship manager on a pivot table, and a Tables\Columns\TextInputColumn::make('note') the note field exists on the pivot table. This is output successfully in the table list. However, when editing the column it tries to save to the related table instead of on the pivot. Is there any way that I can override the save functionality on the TextInputColumn to save on the $model->pivot table? Thanks!
1 Reply
Ralph Morris
Ralph Morris3mo ago
I'd left out the ->withPivot('note') on the relationship.