diff --git a/addon/components/power-select.hbs b/addon/components/power-select.hbs index 58ca427d3..ce65b2b83 100644 --- a/addon/components/power-select.hbs +++ b/addon/components/power-select.hbs @@ -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}}