I have a select with more than 50 options. now when i click on select, options will popup and go out of the page without any scroll bar.
So i’m not able to select and see more that 20 options.
how to force select element to have vertical scroll bar if options are more than 15 or 20 items ?
I don’t want to use size=? because it expand my select box vertically.
Check so the selectbox is created correctly
<select></select>and every option is constructed likewithin the selectbox.