The dropdown list of select fields (with use lookup table) only show the first 6 items in the lookup table.
If I set “Use native SELECT tag for select-one fields” in the advanced settings, the dropdown shows all the terms.
How can I see more than 6 items without enabling “Use native SELECT tag for select-one fields”?
There is no such limit. You better press F12 and go to the Network panel to check the response. If there is only 6 records returned, enable Debug and check the SQL executed. If you have enabled lookup cache, try delete the cache.
Disabling the cache in the advanced settings solved it for me, as users were getting confused as newly added records wouldn’t show immediately in the selects. Thanks!