Hopefully this is not livewire bug (again), I can't see it works: ```php AttachAction::make() ->modalHeading('Lorem') ->preloadRecordSelect() ->recordSelect(fn ($select) => $select->placeholder('Foo')) // and so on ```