Format state of select filter
I have a select filter with a relationship:
SelectFilter::make('employee')->relationship('employee', 'name'). I need to modify de label of each option to show ID + name instead of the name only. formatStateUsing() is not available here.