Reputation: 1
i want it to look like this i read this question on forum and answer to this was
`<select size="3">
<option>Option 1</option>
<option>Option 2</option>
<option>Option 3</option>
</select>
although my data will be coming from a repository(database) so how does that work ? do i return size of the list for the size attribute? is there another way?
Upvotes: 0
Views: 16