I have a number of exposed filters on a single view. All of them only allow a single element to be selected, using force single.

Was expecting this to change the size of the exposed filter options to size="0" if Force Single is set. Making it a single dropdown select instead of multi-select form item. Looks like the size is being calculated based on the number of elements somewhere...

Expecting this:

To be this:

Thanks!

Comments

greg@beargroup.com’s picture

Sorry that should be This

<select size="9" id="edit-svc" class="form-select" name="svc">

SHould be this if force single is selected

<select size="0" id="edit-svc" class="form-select" name="svc">
merlinofchaos’s picture

Status: Active » Fixed

Fixed in -dev! Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.