I am using the jquery autocomplete combobox. I would like it to autosize to the same size as the dropdown it is replacing. Instead currently it just defaults to one width, instead of the content width like it happens by default with the html dropdown list.
Thanks for any help…
This is my “open” option for the autocomplete, with autosize (autowidth):
See the part from “// Ahora vamos a calcular el ancho de la cadena más ancha para saber qué ancho tiene que tener el combo.”
Hope this helps you.