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