Remove active descendant tag from input - causing virtual keyboard issues

This commit is contained in:
Josh Johnson 2017-08-03 16:15:00 +01:00
parent a4999d0286
commit 5eac8d4bdd

View file

@ -2195,7 +2195,6 @@ class Choices {
passedEl.classList.add(this.config.classNames.highlightedState);
passedEl.setAttribute('aria-selected', 'true');
this.containerOuter.setAttribute('aria-activedescendant', passedEl.id);
this.input.setAttribute('aria-activedescendant', passedEl.id);
}
}