How Can I Activate a Dropdown for Countries in the TYPO3 Backend with femanager?

I am using femanager along with static_info_tables on TYPO3 11. On the frontend, the country field displays as a dropdown selector as expected. In contrast, when accessing the backend, the country field remains a standard text input. What configuration or adjustments can I make so that the backend also presents a dropdown list for selecting countries?

try adding a custom itemsProcFunc to your tca override so the country field pulls values from static_info_tables. i had to tweak my tsconfig too. also, sometimes flushing caches more than once does the trick…

hey, i’ve had a simlar issue with femanager. i fixed it by tweaking my tca config so the country field shows as dropdown in the backend. did u try clearing caches or any other fixes? curious to know what others have done!