Currently if you move an exposed drop down filter with select2 boxes enabled to the 'secondary options' area in BEF it will just render as a plain select element. The reason seems to be that the module is only looking at the root form level for drop downs to hook into and isn't checking the 'secondary' collection. I attached a quick patch that has fixed this for me.

Comments

jacobbell84 created an issue. See original summary.

matsbla’s picture

Thanks for reporting the issue and patch! I can reproduce the problem and the patch solves it.

matsbla’s picture

Status: Needs review » Needs work

Tests fail

jacobbell84’s picture

This should fix the coding standards issues.

jacobbell84’s picture

Status: Needs work » Needs review

  • matsbla committed 44b295c on 8.x-1.x authored by jacobbell84
    Issue #2995066 by jacobbell84: Support BEF 'secondary options'
    
matsbla’s picture

Status: Needs review » Fixed

Thanks!

Status: Fixed » Closed (fixed)

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

jacobbell84’s picture