We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff0d6b commit eb7ce67Copy full SHA for eb7ce67
edge/apis.select.html
@@ -458,7 +458,7 @@ <h4>一些限制</h4>
458
<p>下拉采用的相对元素的绝对定位,列表元素在 DOM 内部,因此,如果父级存在 <code>overflow:hidden</code>,可能会让下拉部分列表无法显示,这个需要注意下。</p>
459
460
<p>最后测试下底部边缘朝上显示:</p>
461
- <select is="ui-select">
+ <select is="ui-select" class="reverse">
462
<option>请选择</option>
463
<option>选项1</option>
464
<option>选项2</option>
0 commit comments