Problem/Motivation
Hello,
I am losing my mind trying to get this feature to work in Drupal 8. I had no problem figuring it out in Drupal 7...
I have a Content Type - Professional - that populates our Associate's Directory.
Within this content type I have "Professional Type" which is an Entity Reference to the Content Type "Professional Type" Title which populates this list on the form.
I can create a view and list this Type just fine, but I can't seem to create an Exposed Filter with a drop down list for a user to filter the list. I have gotten as far as creating a search field and if I type in the Node ID for the Type, the list filters beautifully.
I've tried a number of modules:
EntityReference_Filter, VERF, Selective Better Exposed Filter - and either I don't understand how to use them, or they just don't work. Help! I need step by step on how to make this Exposed Filter a select list.
Thanks!
Naomi
Steps to reproduce
Create View, Add Entity Reference Block, Add Exposed Filter - no way to make it a select list.