Drupal 7 Form API Theming #autocomplete textbox with long text

581 Views Asked by At

I have a textbox on a form that uses the #autocomplete property to provide a drop down list of options based on the text the user enters. This works great, except that some of the descriptions are very long, and don't fit in the width of the drop down.

Is it possible to make the drop down list options wrap onto more than one line so the full description is visible?

Thanks!

James

1

There are 1 best solutions below

2
Felix Eve On

It's not possible to get text to wrap in a drop down without a js plugin.

Something like this may be suitable.

Alternativly there is a Drupal module: jQuery selectBox