Skip to content

Commit eb7ce67

Browse files
committed
Update api.select.html
1 parent aff0d6b commit eb7ce67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edge/apis.select.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ <h4>一些限制</h4>
458458
<p>下拉采用的相对元素的绝对定位,列表元素在 DOM 内部,因此,如果父级存在 <code>overflow:hidden</code>,可能会让下拉部分列表无法显示,这个需要注意下。</p>
459459

460460
<p>最后测试下底部边缘朝上显示:</p>
461-
<select is="ui-select">
461+
<select is="ui-select" class="reverse">
462462
<option>请选择</option>
463463
<option>选项1</option>
464464
<option>选项2</option>

0 commit comments

Comments
 (0)