Skip to content

Commit

Permalink
feat(dropdown): new collapseonclearable setting
Browse files Browse the repository at this point in the history
new dropdownsetting collapseOnClearable as of fomantic/Fomantic-UI#3115
  • Loading branch information
lubber-de authored Oct 30, 2024
1 parent d79df98 commit f164705
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions server/documents/modules/dropdown.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -3687,6 +3687,13 @@ themes : ['Default', 'GitHub', 'Material']
</td>
<td>whether the dropdown should collapse upon selection of an actionable item</td>
</tr>
<tr>
<td>collapseOnClearable</td>
<td>
false
</td>
<td>Whether the dropdown should collapse upon clicking the clearable icon</td>
</tr>
<tr>
<td>label</td>
<td>
Expand Down

0 comments on commit f164705

Please sign in to comment.