Make multiple-select to adjust its height to fit options without scroll bar

前端 未结 16 1053
说谎
说谎 2020-12-24 03:59

Apparently this doesn\'t work:

   select[multiple]{
     height: 100%;
   }

it makes the select have 100% page height...

auto

16条回答
  •  时光取名叫无心
    2020-12-24 04:37

    You can count option tag first, and then set the count for size attribute. For example, in PHP you can count the array and then use a foreach loop for the array.

    
    
    

提交回复
热议问题