Comment 3 for bug 1498039

Revision history for this message
Blair Bethwaite (blair-bethwaite) wrote : Re: projects drop-down broken for large numbers or projects

Have this problem in Liberty too - the projects drop-down is not scrollable. There is a config option which might work around it, but in a really horrible static, break again later, way:
```
``DROPDOWN_MAX_ITEMS``
----------------------

.. versionadded:: 2015.1(Kilo)

Default: ``30``

This setting sets the maximum number of items displayed in a dropdown.
Dropdowns that limit based on this value need to support a way to observe
the entire list.
```

This really needs fixing. Better still, the dropdown should be both scrollable and searchable/filterable.