Dropdown : limitation on size ??

Hi,

I have a dropdown, the selection is connected to a dataset where there are 1438 lines.

For some reason, when using the dropdown, I can only see the first 997 lines, the rest is missing ???

Is it a bug ?
Is there a fix or workaround ?

Thanks for your help.
Regards,
Pierre-yves

A single query to the database is limited to 1000.
You can code, split to two calls and then set the options via the dropdown API, and have all items in the dropdown.