I have a form_alter hook on views_exposed_form that's trying to adjust how many options are displayed for multiple select fields. Somewhere between that function and theme_select(), though, the "#size" attribute is disappearing. I can set "#attributes" to include a value for 'size', I can add other arbitrary key values to the element like "#test", so I know the form_alter function is being called. I don't see any explicit references to "#size" in core code or in the Better Exposed Filters module that seem like likely culprits. So I guess the whole array is being recreated somewhere?
Looking for ideas on how to find out what's going on here. Thanks.
Recent comments
The config>active directory has all the json files that were copied when Softaculous did the staging setup, so it isn't empty, and it does exist. I've had problems moving/copying config...
Softaculous Staging issue with Backdrop
Here's an idea on how to use a content type for reviews and associate each "Review" with its own "Target Page". 1. Create a “Review” content type that has a required field “Entity...
How to add a page that authenticated users can add reviews to?
Thanks @Enthusiast for your time and help with this. You've been most helpful. I'm still struggling to create the functionality I'm looking for. I suppose I want something like these forum...
How to add a page that authenticated users can add reviews to?
I've never used Softaculous, but I've seen this problem in my dev settings, when the config directory for a site is empty, but Backdrop database has already been installed. For example, when I...
Softaculous Staging issue with Backdrop
Yes, move the comment_perm to the /modules folder from the /files/coder_upgrade/new
How to add a page that authenticated users can add reviews to?