Utilizing version 11.11.0, I have a few text columns that I would like to fill from a drop down when adding a updating a record. These are text fields in a postgres database and directus reads them accordingly, however I cannot see a way to create a drop down under the “interface” setup within the UI. “Input” is currently being utilized for each of these text columns.
Is there a way to accomplish this without creating multiple child tables and linking them in a M2O interface?
This seems like a solid use case for the auto-complete input interface. It’s basically a search input that dynamically populates dropdown choices by making a fetch request to a given URL.