Drop-down size

0
Recently a table that fills a drop-down box reference selector got more than 1000 records. Mendix run-time doesn't like that at all. It display a big red error message telling that the size of the table is 1064 but it will only render the first 1000 records. The widget has a lot of parameters, but no parameter to enlarge that limit of 1000 records shown. How to do that? Kees
asked
1 answers
3

You should use another type of input widget. Either use a form based reference selector or use this widget: https://appstore.mendix.com/link/app/Input%20Reference%20Selector.

Note that a dropdown with thousend items is usually not desirable from a usability perspective as well.

answered