DropDown number of options - Answered

Is it possible to expand the number of lines that show up when you click the drop down? It currently shows 6 options and I can't find any reference to expand it, but I have a whole page of space it could expand over.

I have 15 items it drop down, could the drop down show all 15 at the same time?

Hi @AztecConsulting,

This is not possible at the moment.

On a roadmap? ...perhaps?

Not part of the roadmap however we accept pull requests.

A possible workaround that will affect all dropdowns is the following css:

.rz-dropdown-items-wrapper {
   height: 300px;
}