Skip to content

Commit e5ec55c

Browse files
authored
feat(dropdown): unlimited menu height example
Added unlimited example for dropdown as of fomantic/Fomantic-UI#2883
1 parent 8f7bb71 commit e5ec55c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

server/documents/modules/dropdown.html.eco

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,13 @@ themes : ['Default', 'GitHub', 'Material']
15141514
</select>
15151515
</div>
15161516

1517+
<div class="another dropdown example">
1518+
<p>Unlimited. No scrollbar and no height limitation. This is especially needed when used in combination with <a href="#pointing">Pointing</a> to keep the arrow being displayed.</p>
1519+
<select class="ui search unlimited pointing dropdown" multiple>
1520+
<%- @partial('examples/single/state-options') %>
1521+
</select>
1522+
</div>
1523+
15171524
<div class="dropdown example">
15181525
<h4 class="ui header">Menu Direction</h4>
15191526
<p>A dropdown menu or sub-menu can specify the direction it should open</p>

0 commit comments

Comments
 (0)