I have a drop down field that has about 25 records to display. Problem is that when the user clicks on it they see about 20 of those records. Very messy view. Takes up the whole form until a selection is made.
What I would like to see is 5 records displayed at a time, then have the user scroll down to see the other 20 records.
I tried using size=5 in the select tag. However, that permanently displays 5 rows on the form. What I want is to see a drop down field, then click on it, see 5 first records, then scroll to see remaining 20 records.
Ideas?
What I would like to see is 5 records displayed at a time, then have the user scroll down to see the other 20 records.
I tried using size=5 in the select tag. However, that permanently displays 5 rows on the form. What I want is to see a drop down field, then click on it, see 5 first records, then scroll to see remaining 20 records.
Ideas?