I created a package that creates 2 express attributes with a many-to-many association. I added a form control key in the first entity (Events) to select an entry from the second entity (Speakers). Using the HTML Input option, all the names of the Speakers show up and I can select the checkboxes I want. But if I switch the control key to Entry Selector, no matter what I type I get ‘no results found’. If I add entries using the HTML Input option they show up listed in the Entry Selector option if I switch back.
I have updated C5 to the latest and I have tried it using the Atomik theme instead of my custom theme. I get no errors in the console.
This worked perfectly on a different site where the only difference is that the entities, associations and settings were all created ‘manually’ in the dashboard. The site on which it does not work properly, the entities, associations and settings were created as part of a package add-on.
Any ideas why this option is not pulliing up entries I know exist?