I have an ACF field of type Relationship which only loads the first few items on page load. I need to load all of the items. Is there a way to turn off the lazy load to ensure that all of the items are loaded on page load?
Screenshot of ACF Field editing as admin
My other option is a hack with Javascript to simulate a scroll.