Skip to content

Commit fbdc884

Browse files
committed
components/dropdown/trigger: Add @hideArrow option
1 parent 0c924f3 commit fbdc884

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/components/dropdown/trigger.hbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<button type="button" local-class="button" {{on "click" @toggle}} ...attributes>
22
{{yield}}
3-
<span local-class="arrow"></span>
3+
{{#unless @hideArrow}}
4+
<span local-class="arrow"></span>
5+
{{/unless}}
46
</button>

0 commit comments

Comments
 (0)