Fix Fomantic UI dropdown icon bug when there is a search input in menu (#27225)
Fix #27224 And add the case to the devtest page.
This commit is contained in:
parent
da0467e3b6
commit
efd5176278
2 changed files with 4 additions and 0 deletions
|
@ -171,6 +171,7 @@
|
|||
<span class="text">simple</span>
|
||||
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
|
||||
<div class="menu">
|
||||
<div class="ui icon search input"><i class="icon">{{svg "octicon-search"}}</i><input type="text" value="search input in menu"></div>
|
||||
<div class="item">item</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue