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
Ah... I did not know that. Thank you for the info/explanation. I would really like the ability to be able to generate travel distance in real time, but not if I have to go back to Drupal...
Port Module "google maps services"
@laryn: Thanks so much for your prompt reply. This is my first BD migrate, so I may have other questions as silly as this one :) Much is familiar, while other things are done differently, or...
Editor doesn't work after upgrade from Drupal 7
Hi @davidlark -- check if your text format is configured to use CKE at admin/config/content/formats
Editor doesn't work after upgrade from Drupal 7
You can create a universal Views page that will display all user entries. 1. Create new Views page, of Content. 2. Page settings – Path: blog/% 3. Contextual filters - Content:...
Change the url of views in user menu tabs user/%/
Hello. Why I proposed /blog/[node:author:uid]/[node:created:raw] 1. The path will really look short and unique, like /blog/1/1741172018 (beauty in the eyes of the one who looks), 2...
Change the url of views in user menu tabs user/%/