Skip to content

Commit

Permalink
πŸ› Set the button type
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcnamara-eng committed Oct 22, 2021
1 parent 6c54939 commit f6687fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/components/listbox/-button.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{#let (element (or @as 'button')) as |Tag|}}
<Tag
role={{if @role @role 'button'}}
type={{if @type @type 'button'}}
id='{{@guid}}-button'
aria-haspopup='listbox'
aria-controls={{@guid}}
Expand Down

0 comments on commit f6687fb

Please sign in to comment.