Placeholder on relational table columns

Tables\Columns\TextColumn::make('quoteRequest.phone_number')
->label(__('Phone number'))
->toggleable()
->sortable()
->searchable()
->placeholder('-'),
Tables\Columns\TextColumn::make('quoteRequest.phone_number')
->label(__('Phone number'))
->toggleable()
->sortable()
->searchable()
->placeholder('-'),
Setting a placeholder on a relational column (or globally) isn't working properly for me, anyone can confirm?
1 Reply
BlackShadow
BlackShadow6mo ago
I think this is a potential bug. 🤔