我想每次向下显示下拉列表,无论下面有足够的空间。
如何实现呢?这样做的关键点是什么?
更新
以下是我初始化Select2的方法:
$("select[name=ingredients]").select2();
HTML方面:
<select name="ingredients" multiple class="populate select2-offscreen form-control" tabindex="-1" style="width: 100%;">
<optgroup label="Diğer">
<option value="0">Un</option>
<option value="1">Şeker</option>
<option value="2">Tuz</option>
</optgroup>
</select>
答案 0 :(得分:0)
此处有一个open select2 issue,所以目前它似乎没有选项。如果你坚持使用select2,你的选择是: