tags:

views:

78

answers:

1

i have a drop down list in my form. it contains a lot of values. so when i click on it, it covers whole of the page, along with the scroll bar. is there a way to limit the length of the drop down list, say showing only 10 values at a time. any help is very much appreciated

A: 

I dont think there is a way to limit the size of the dropdown. It is browser/OS dependent.

You can try creating your own dropdown using javascript. There should be a JQuery plugin available. (This would be of some help?)

If you want to stick to then you will have to live with the too tall dropdowns.

Nivas