Page 1 of 1

Custom Fields

PostPosted: Mon Sep 30, 2013 5:41 am
by joelfarrugia
I am currently using Custom Fields with a variety of Field types. One field type I need to use is SELECT, with a drop-down menu of 450 different entries. For some reason, once I save I can only see the first 272 entries. Is there something I am missing or is there a limit on how many entries one can have in a SELECT field?

Please help.

Re: Custom Fields

PostPosted: Tue Oct 01, 2013 6:11 am
by mflorell
Yes, there is a limit, and it looks like you hit it. As for changing this with a programming change. I'm not sure that the architecture would support a SELECT list with that many entries, since those are stored as ENUM MySQL field types. It would take some investigation.