gpt4 book ai didi

html - UI-select 下拉选项未显示在面板正文上方

转载 作者:太空狗 更新时间:2023-10-29 15:11:14 26 4
gpt4 key购买 nike

我有一个固定高度的面板,溢出设置为自动。在该面板中,我正在使用 ui-select。

单击/打开选择框时,它会隐藏在面板页脚后面,用户必须向下滚动才能查看。是否有可能在具有固定高度和溢出设置的框外获得 ui-select 显示。

         <div class="panel-body" style="height:100px;overflow:auto;">
<div class="col-md-12">
<ui-select ng-model="person.selected" theme="select2" ng-disabled="disabled" style="min-width: 300px;">
<ui-select-match placeholder="Select a person in the list or search his name/age...">{{$select.selected.name}}</ui-select-match>
<ui-select-choices repeat="person in people | propsFilter: {name: $select.search, age: $select.search}">
<div ng-bind-html="person.name | highlight: $select.search"></div>
<small> email: {{person.email}} age:
<span ng-bind-html="''+person.age | highlight: $select.search"></span>
</small>
</ui-select-choices>
</ui-select>
</div>

PLUNKER LINK

最佳答案

您可以在 .panel-body 上使用 overflow: visible,就像在 PLUNKER 中一样

关于html - UI-select 下拉选项未显示在面板正文上方,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27015421/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com