I have created a view entity reference display that bears just a field of a content type called "Member". Let's call this View display "Member ID"
I then created an entity reference field "Ferenced Member ID" in another content type and selected the view display "Member ID" as its reference type and then selected Entity Reference Views Select list in manage form display. In the "Manage Display" setting when I select "Rendered Entity" the entire content of the entity (of content type "Member") is displayed rather than just the field specified in the View display "Member ID". Setting it to Label, the title of the Member content is displayed.
How do I display just the field "field_member_id" as the rendered entity rather than the entire content? Thank you.