Skip to content

Commit

Permalink
remove aria-controls override
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescdavis committed Mar 2, 2022
1 parent d3ab299 commit a323c19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon/components/power-select.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
{{on "blur" this.handleBlur}}
class="ember-power-select-trigger {{@triggerClass}}{{if publicAPI.isActive " ember-power-select-trigger--active"}}"
aria-activedescendant={{if dropdown.isOpen (unless @searchEnabled (concat publicAPI.uniqueId "-" this.highlightedIndex))}}
aria-controls={{unless @searchEnabled listboxId}}
aria-describedby={{@ariaDescribedBy}}
aria-haspopup={{unless @searchEnabled "listbox"}}
aria-invalid={{@ariaInvalid}}
Expand Down

0 comments on commit a323c19

Please sign in to comment.