How to limit the number of options that shows in when i expand the select tag (click on its arrow)
I have a select tag contains 100 options, i want it to show just 5 options when i click on its arrow and have a scroll inside t see the rest of options down.
Thanks,
Web Languages and StandardsJavaScriptHTML
Last Comment
amrelgarhy81
8/22/2022 - Mon
silveuk
<select name="select" size="5" id="select">
amrelgarhy81
ASKER
this will increase the size of the select its self not limiting the number of options that shows when i click on the select button