Friday, October 22, 2010

Adding scrollbars to jquery autocomplete combobox

If your select source is very long and exceeds your desired height you can use height to control the height of your controls.
.ui-autocomplete { height200pxoverflow-yauto; }
This will do the job.

No comments:

Post a Comment