EditorGUILayout.Popup maximum number of entries

I am building a custom editor popup with a list of strings. However, it stops adding new strings to the popup dropdown after 23 entries. Any more string I add to the list will not appear. Is there some way to fix this?

Thanks!

Hey @CommanderThrawn !
I managed to insert 30 entries, but I need 50 different entries …
Did you find a solution or a better way to draw a drop down menu in the editor GUI ?
Thanks !