We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@hideArrow
1 parent 0c924f3 commit fbdc884Copy full SHA for fbdc884
app/components/dropdown/trigger.hbs
@@ -1,4 +1,6 @@
1
<button type="button" local-class="button" {{on "click" @toggle}} ...attributes>
2
{{yield}}
3
- <span local-class="arrow"></span>
+ {{#unless @hideArrow}}
4
+ <span local-class="arrow"></span>
5
+ {{/unless}}
6
</button>
0 commit comments